Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
8c87914d
Commit
8c87914d
authored
Dec 13, 2014
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating dependencies
parent
5034b93a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
162 additions
and
161 deletions
+162
-161
composer.json
composer.json
+4
-4
composer.lock
composer.lock
+158
-157
No files found.
composer.json
View file @
8c87914d
...
@@ -26,8 +26,8 @@
...
@@ -26,8 +26,8 @@
"require"
:
{
"require"
:
{
"
laravel/framework
"
:
"
dev-master#ba916851321b9233cb56a0fb1deb41043b7df5fb
"
,
"
laravel/framework
"
:
"
dev-master#ba916851321b9233cb56a0fb1deb41043b7df5fb
"
,
"
pingpong/modules
"
:
"
1.1.10
"
,
"
pingpong/modules
"
:
"
1.1.10
"
,
"
filp/whoops
"
:
"
1.1.3
"
,
"
filp/whoops
"
:
"
~1.1
"
,
"
cartalyst/sentry
"
:
"
2.1.4
"
,
"
cartalyst/sentry
"
:
"
~2.1
"
,
"
asgardcms/core-module
"
:
"
dev-master
"
,
"
asgardcms/core-module
"
:
"
dev-master
"
,
"
asgardcms/dashboard-module
"
:
"
dev-master
"
,
"
asgardcms/dashboard-module
"
:
"
dev-master
"
,
"
asgardcms/user-module
"
:
"
dev-master
"
,
"
asgardcms/user-module
"
:
"
dev-master
"
,
...
@@ -40,9 +40,9 @@
...
@@ -40,9 +40,9 @@
},
},
"require-dev"
:
{
"require-dev"
:
{
"
phpunit/phpunit
"
:
"
~4.0
"
,
"
phpunit/phpunit
"
:
"
~4.0
"
,
"
mockery/mockery
"
:
"
0.9.2
"
,
"
mockery/mockery
"
:
"
~0.9
"
,
"
symfony/browser-kit
"
:
"
~2.6
"
,
"
symfony/browser-kit
"
:
"
~2.6
"
,
"
barryvdh/laravel-debugbar
"
:
"
1.8.4
"
"
barryvdh/laravel-debugbar
"
:
"
~1.8
"
},
},
"repositories"
:
[
"repositories"
:
[
{
{
...
...
composer.lock
View file @
8c87914d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
"This file is @generated automatically"
],
],
"hash": "
11fee9523a471bff25312fef5846b22f
",
"hash": "
39a1d1313b27d65fff39c95690be6a63
",
"packages": [
"packages": [
{
{
"name": "asgardcms/core-module",
"name": "asgardcms/core-module",
...
@@ -12,22 +12,22 @@
...
@@ -12,22 +12,22 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/AsgardCms/Core.git",
"url": "https://github.com/AsgardCms/Core.git",
"reference": "
5ef2d971ec58577348e32560aab85d57f6625ba5
"
"reference": "
1851e9dfe5a20e00bd35a6ceabf54d2968fc5551
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/AsgardCms/Core/zipball/
5ef2d971ec58577348e32560aab85d57f6625ba5
",
"url": "https://api.github.com/repos/AsgardCms/Core/zipball/
1851e9dfe5a20e00bd35a6ceabf54d2968fc5551
",
"reference": "
5ef2d971ec58577348e32560aab85d57f6625ba5
",
"reference": "
1851e9dfe5a20e00bd35a6ceabf54d2968fc5551
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"composer/installers": "~1.0",
"composer/installers": "~1.0",
"dimsav/laravel-translatable": "~5.0@dev",
"dimsav/laravel-translatable": "~5.0@dev",
"guzzlehttp/guzzle": "
~5.0
",
"guzzlehttp/guzzle": "
5.0.3
",
"illuminate/html": "~5.0",
"illuminate/html": "~5.0",
"laracasts/commander": "
dev-master
",
"laracasts/commander": "
1.4.3
",
"laracasts/flash": "
~1.0
",
"laracasts/flash": "
1.3
",
"laracasts/presenter": "
~0.2
",
"laracasts/presenter": "
0.2.0
",
"laravel/framework": "dev-master#ba916851321b9233cb56a0fb1deb41043b7df5fb",
"laravel/framework": "dev-master#ba916851321b9233cb56a0fb1deb41043b7df5fb",
"mcamara/laravel-localization": "dev-Laravel5Support",
"mcamara/laravel-localization": "dev-Laravel5Support",
"mpedrera/themify": "dev-laravel5",
"mpedrera/themify": "dev-laravel5",
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
"asgardcms",
"asgardcms",
"core"
"core"
],
],
"time": "2014-12-
09 19:21:30
"
"time": "2014-12-
13 09:59:03
"
},
},
{
{
"name": "asgardcms/dashboard-module",
"name": "asgardcms/dashboard-module",
...
@@ -98,12 +98,12 @@
...
@@ -98,12 +98,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/nWidart/demo-theme.git",
"url": "https://github.com/nWidart/demo-theme.git",
"reference": "
f04d639e1694586996722f8f26594742362332c2
"
"reference": "
4d86dfc21187cecb9f56d149221bec30d1fb44cf
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/nWidart/demo-theme/zipball/
f04d639e1694586996722f8f26594742362332c2
",
"url": "https://api.github.com/repos/nWidart/demo-theme/zipball/
4d86dfc21187cecb9f56d149221bec30d1fb44cf
",
"reference": "
f04d639e1694586996722f8f26594742362332c2
",
"reference": "
4d86dfc21187cecb9f56d149221bec30d1fb44cf
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
"keywords": [
"keywords": [
"asgard-cms"
"asgard-cms"
],
],
"time": "2014-12-1
2 21:28:05
"
"time": "2014-12-1
3 10:05:40
"
},
},
{
{
"name": "asgardcms/media-module",
"name": "asgardcms/media-module",
...
@@ -134,17 +134,17 @@
...
@@ -134,17 +134,17 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/AsgardCms/Media.git",
"url": "https://github.com/AsgardCms/Media.git",
"reference": "
f46a71b25bd8418431d80a24313e98fd65328432
"
"reference": "
d6174fa39ed2e5d7222fd00dee2cc8860d3f1670
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/AsgardCms/Media/zipball/
f46a71b25bd8418431d80a24313e98fd65328432
",
"url": "https://api.github.com/repos/AsgardCms/Media/zipball/
d6174fa39ed2e5d7222fd00dee2cc8860d3f1670
",
"reference": "
f46a71b25bd8418431d80a24313e98fd65328432
",
"reference": "
d6174fa39ed2e5d7222fd00dee2cc8860d3f1670
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"composer/installers": "~1.0",
"composer/installers": "~1.0",
"intervention/image": "
~2.0
",
"intervention/image": "
2.0.14
",
"php": ">=5.4"
"php": ">=5.4"
},
},
"type": "asgard-module",
"type": "asgard-module",
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
"library",
"library",
"media"
"media"
],
],
"time": "2014-12-
07 20:14:50
"
"time": "2014-12-
13 10:00:52
"
},
},
{
{
"name": "asgardcms/menu-module",
"name": "asgardcms/menu-module",
...
@@ -176,16 +176,16 @@
...
@@ -176,16 +176,16 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/AsgardCms/Menu.git",
"url": "https://github.com/AsgardCms/Menu.git",
"reference": "
4a729826c419f26ad178b496dbdc71a0a89544a0
"
"reference": "
b07907757b7c44f4a87fe413e9025cfc7732fbaf
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/AsgardCms/Menu/zipball/
4a729826c419f26ad178b496dbdc71a0a89544a0
",
"url": "https://api.github.com/repos/AsgardCms/Menu/zipball/
b07907757b7c44f4a87fe413e9025cfc7732fbaf
",
"reference": "
4a729826c419f26ad178b496dbdc71a0a89544a0
",
"reference": "
b07907757b7c44f4a87fe413e9025cfc7732fbaf
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"baum/baum": "
~1.0
",
"baum/baum": "
1.0.13
",
"composer/installers": "~1.0",
"composer/installers": "~1.0",
"php": ">=5.4"
"php": ">=5.4"
},
},
...
@@ -208,7 +208,7 @@
...
@@ -208,7 +208,7 @@
"nested sets",
"nested sets",
"tree"
"tree"
],
],
"time": "2014-12-1
2 19:50:53
"
"time": "2014-12-1
3 10:01:25
"
},
},
{
{
"name": "asgardcms/page-module",
"name": "asgardcms/page-module",
...
@@ -420,12 +420,12 @@
...
@@ -420,12 +420,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/cartalyst/sentry.git",
"url": "https://github.com/cartalyst/sentry.git",
"reference": "
57eb4ec33b342d621d8e7e499492f797443c0428
"
"reference": "
660aa9f97f2754e636e1980cb2872f5302e9e4db
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/cartalyst/sentry/zipball/
57eb4ec33b342d621d8e7e499492f797443c0428
",
"url": "https://api.github.com/repos/cartalyst/sentry/zipball/
660aa9f97f2754e636e1980cb2872f5302e9e4db
",
"reference": "
57eb4ec33b342d621d8e7e499492f797443c0428
",
"reference": "
660aa9f97f2754e636e1980cb2872f5302e9e4db
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -515,7 +515,7 @@
...
@@ -515,7 +515,7 @@
"source": "https://github.com/cartalyst/sentry/tree/2.1",
"source": "https://github.com/cartalyst/sentry/tree/2.1",
"issues": "https://github.com/cartalyst/sentry/issues"
"issues": "https://github.com/cartalyst/sentry/issues"
},
},
"time": "2014-
08-28 12:03:39
"
"time": "2014-
12-11 22:59:45
"
},
},
{
{
"name": "classpreloader/classpreloader",
"name": "classpreloader/classpreloader",
...
@@ -875,12 +875,12 @@
...
@@ -875,12 +875,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/filp/whoops.git",
"url": "https://github.com/filp/whoops.git",
"reference": "
85d4b9ac8718ea179c7d909657e0d12a180fe29d
"
"reference": "
542400d23369c3c9f1ff221858ba4b220bcc4245
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/
85d4b9ac8718ea179c7d909657e0d12a180fe29d
",
"url": "https://api.github.com/repos/filp/whoops/zipball/
542400d23369c3c9f1ff221858ba4b220bcc4245
",
"reference": "
85d4b9ac8718ea179c7d909657e0d12a180fe29d
",
"reference": "
542400d23369c3c9f1ff221858ba4b220bcc4245
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -925,20 +925,20 @@
...
@@ -925,20 +925,20 @@
"whoops",
"whoops",
"zf2"
"zf2"
],
],
"time": "2014-11-
15 07:46:20
"
"time": "2014-11-
29 09:19:11
"
},
},
{
{
"name": "guzzlehttp/guzzle",
"name": "guzzlehttp/guzzle",
"version": "
dev-master
",
"version": "
5.0.3
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "
bb4f6c82af4f610bbb8d6a83f7814c09c5a8ea6f
"
"reference": "
6c72627de1d66832e4270e36e56acdb0d1d8f282
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/
bb4f6c82af4f610bbb8d6a83f7814c09c5a8ea6f
",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/
6c72627de1d66832e4270e36e56acdb0d1d8f282
",
"reference": "
bb4f6c82af4f610bbb8d6a83f7814c09c5a8ea6f
",
"reference": "
6c72627de1d66832e4270e36e56acdb0d1d8f282
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -983,7 +983,7 @@
...
@@ -983,7 +983,7 @@
"rest",
"rest",
"web service"
"web service"
],
],
"time": "2014-11-
17 23:22:53
"
"time": "2014-11-
04 07:09:15
"
},
},
{
{
"name": "guzzlehttp/ringphp",
"name": "guzzlehttp/ringphp",
...
@@ -991,12 +991,12 @@
...
@@ -991,12 +991,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/guzzle/RingPHP.git",
"url": "https://github.com/guzzle/RingPHP.git",
"reference": "
e3b00e43b279606a51493b3d5c9c5c2598cd659e
"
"reference": "
a903f51b692427318bc813217c0e6505287e79a4
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/
e3b00e43b279606a51493b3d5c9c5c2598cd659e
",
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/
a903f51b692427318bc813217c0e6505287e79a4
",
"reference": "
e3b00e43b279606a51493b3d5c9c5c2598cd659e
",
"reference": "
a903f51b692427318bc813217c0e6505287e79a4
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1033,7 +1033,7 @@
...
@@ -1033,7 +1033,7 @@
"homepage": "https://github.com/mtdowling"
"homepage": "https://github.com/mtdowling"
}
}
],
],
"time": "2014-1
1-16 02:36:38
"
"time": "2014-1
2-11 05:50:32
"
},
},
{
{
"name": "guzzlehttp/streams",
"name": "guzzlehttp/streams",
...
@@ -1133,16 +1133,16 @@
...
@@ -1133,16 +1133,16 @@
},
},
{
{
"name": "intervention/image",
"name": "intervention/image",
"version": "2.0.1
3
",
"version": "2.0.1
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/Intervention/image.git",
"url": "https://github.com/Intervention/image.git",
"reference": "0
c9db3220bfdf4de2b17fd85676d824cfdc908c6
"
"reference": "0
d2eb5858520ace6a7d1b42f4267a6488a63c0ed
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/0
c9db3220bfdf4de2b17fd85676d824cfdc908c6
",
"url": "https://api.github.com/repos/Intervention/image/zipball/0
d2eb5858520ace6a7d1b42f4267a6488a63c0ed
",
"reference": "0
c9db3220bfdf4de2b17fd85676d824cfdc908c6
",
"reference": "0
d2eb5858520ace6a7d1b42f4267a6488a63c0ed
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1185,7 +1185,7 @@
...
@@ -1185,7 +1185,7 @@
"thumbnail",
"thumbnail",
"watermark"
"watermark"
],
],
"time": "2014-11-
09 11:54:16
"
"time": "2014-11-
21 18:49:22
"
},
},
{
{
"name": "ircmaxell/password-compat",
"name": "ircmaxell/password-compat",
...
@@ -1279,16 +1279,16 @@
...
@@ -1279,16 +1279,16 @@
},
},
{
{
"name": "laracasts/commander",
"name": "laracasts/commander",
"version": "
dev-master
",
"version": "
1.4.3
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/laracasts/Commander.git",
"url": "https://github.com/laracasts/Commander.git",
"reference": "
2c97b9a291244ff7231eae3eac1d52ba20f9e7dd
"
"reference": "
db267269c16c5d2ff0da29944bc8cff3e6eda7f3
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/laracasts/Commander/zipball/
2c97b9a291244ff7231eae3eac1d52ba20f9e7dd
",
"url": "https://api.github.com/repos/laracasts/Commander/zipball/
db267269c16c5d2ff0da29944bc8cff3e6eda7f3
",
"reference": "
2c97b9a291244ff7231eae3eac1d52ba20f9e7dd
",
"reference": "
db267269c16c5d2ff0da29944bc8cff3e6eda7f3
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1318,7 +1318,7 @@
...
@@ -1318,7 +1318,7 @@
}
}
],
],
"description": "Commands and domain events in Laravel",
"description": "Commands and domain events in Laravel",
"time": "2014-1
0-08 23:06:04
"
"time": "2014-1
2-11 19:23:10
"
},
},
{
{
"name": "laracasts/flash",
"name": "laracasts/flash",
...
@@ -1428,7 +1428,7 @@
...
@@ -1428,7 +1428,7 @@
"ext-openssl": "*",
"ext-openssl": "*",
"ircmaxell/password-compat": "~1.0",
"ircmaxell/password-compat": "~1.0",
"jeremeamia/superclosure": "~1.0.1",
"jeremeamia/superclosure": "~1.0.1",
"league/flysystem": "
0.6.*
",
"league/flysystem": "
~1.0
",
"monolog/monolog": "~1.6",
"monolog/monolog": "~1.6",
"mtdowling/cron-expression": "~1.0",
"mtdowling/cron-expression": "~1.0",
"nesbot/carbon": "~1.0",
"nesbot/carbon": "~1.0",
...
@@ -1473,8 +1473,7 @@
...
@@ -1473,8 +1473,7 @@
"illuminate/support": "self.version",
"illuminate/support": "self.version",
"illuminate/translation": "self.version",
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
"illuminate/validation": "self.version",
"illuminate/view": "self.version",
"illuminate/view": "self.version"
"illuminate/workbench": "self.version"
},
},
"require-dev": {
"require-dev": {
"aws/aws-sdk-php": "~2.6",
"aws/aws-sdk-php": "~2.6",
...
@@ -1528,12 +1527,12 @@
...
@@ -1528,12 +1527,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "
2af62a3e493d5b3b327ccc8116b237a080f72098
"
"reference": "
c92e3c836be5dcfbe57a6219e9585d944e0b5ae2
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/
2af62a3e493d5b3b327ccc8116b237a080f72098
",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/
c92e3c836be5dcfbe57a6219e9585d944e0b5ae2
",
"reference": "
2af62a3e493d5b3b327ccc8116b237a080f72098
",
"reference": "
c92e3c836be5dcfbe57a6219e9585d944e0b5ae2
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1552,7 +1551,6 @@
...
@@ -1552,7 +1551,6 @@
"phpunit/phpunit": "~4.0",
"phpunit/phpunit": "~4.0",
"predis/predis": "~1.0",
"predis/predis": "~1.0",
"rackspace/php-opencloud": "~1.11",
"rackspace/php-opencloud": "~1.11",
"sabre/dav": "~2.0.2",
"tedivm/stash": "~0.12.0"
"tedivm/stash": "~0.12.0"
},
},
"suggest": {
"suggest": {
...
@@ -1562,6 +1560,8 @@
...
@@ -1562,6 +1560,8 @@
"ext-fileinfo": "Required for MimeType",
"ext-fileinfo": "Required for MimeType",
"guzzlehttp/guzzle": "Allows you to use http files (reading only)",
"guzzlehttp/guzzle": "Allows you to use http files (reading only)",
"league/event": "Required for EventableFilesystem",
"league/event": "Required for EventableFilesystem",
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-webdav": "Allows you to use WebDAV storage",
"phpseclib/phpseclib": "Allows SFTP server storage",
"phpseclib/phpseclib": "Allows SFTP server storage",
"predis/predis": "Allows you to use Predis for caching",
"predis/predis": "Allows you to use Predis for caching",
"rackspace/php-opencloud": "Allows you to use Rackspace Cloud Files",
"rackspace/php-opencloud": "Allows you to use Rackspace Cloud Files",
...
@@ -1571,7 +1571,7 @@
...
@@ -1571,7 +1571,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "
0.6
-dev"
"dev-master": "
1.0
-dev"
}
}
},
},
"autoload": {
"autoload": {
...
@@ -1607,7 +1607,7 @@
...
@@ -1607,7 +1607,7 @@
"sftp",
"sftp",
"storage"
"storage"
],
],
"time": "2014-1
1-20 16:57:35
"
"time": "2014-1
2-09 15:48:33
"
},
},
{
{
"name": "mcamara/laravel-localization",
"name": "mcamara/laravel-localization",
...
@@ -1665,12 +1665,12 @@
...
@@ -1665,12 +1665,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "
ab41ed9a94196ce2793f400b88313918b4fc64dc
"
"reference": "
3d2567a2f19566a93b6b4add76840266d5f6742d
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/
ab41ed9a94196ce2793f400b88313918b4fc64dc
",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/
3d2567a2f19566a93b6b4add76840266d5f6742d
",
"reference": "
ab41ed9a94196ce2793f400b88313918b4fc64dc
",
"reference": "
3d2567a2f19566a93b6b4add76840266d5f6742d
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1729,7 +1729,7 @@
...
@@ -1729,7 +1729,7 @@
"logging",
"logging",
"psr-3"
"psr-3"
],
],
"time": "2014-1
1-11 12:05:51
"
"time": "2014-1
2-06 18:16:08
"
},
},
{
{
"name": "mpedrera/themify",
"name": "mpedrera/themify",
...
@@ -2258,12 +2258,12 @@
...
@@ -2258,12 +2258,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "
d0f361d88e5de851bbb8c542d3b6aa46d61a9ffc
"
"reference": "
e29c7b692bae6610b137670d6749151fd6e41608
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/
d0f361d88e5de851bbb8c542d3b6aa46d61a9ffc
",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/
e29c7b692bae6610b137670d6749151fd6e41608
",
"reference": "
d0f361d88e5de851bbb8c542d3b6aa46d61a9ffc
",
"reference": "
e29c7b692bae6610b137670d6749151fd6e41608
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2302,7 +2302,7 @@
...
@@ -2302,7 +2302,7 @@
"mail",
"mail",
"mailer"
"mailer"
],
],
"time": "2014-1
0-30 13:41:35
"
"time": "2014-1
2-05 14:17:46
"
},
},
{
{
"name": "symfony/console",
"name": "symfony/console",
...
@@ -2311,12 +2311,12 @@
...
@@ -2311,12 +2311,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/Console.git",
"url": "https://github.com/symfony/Console.git",
"reference": "
d3bac228fd7a2aac9193e241b239880b3ba39a10
"
"reference": "
f420bd675b60586de18a1d62c4830d2e9c84a395
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/
d3bac228fd7a2aac9193e241b239880b3ba39a10
",
"url": "https://api.github.com/repos/symfony/Console/zipball/
f420bd675b60586de18a1d62c4830d2e9c84a395
",
"reference": "
d3bac228fd7a2aac9193e241b239880b3ba39a10
",
"reference": "
f420bd675b60586de18a1d62c4830d2e9c84a395
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2359,7 +2359,7 @@
...
@@ -2359,7 +2359,7 @@
],
],
"description": "Symfony Console Component",
"description": "Symfony Console Component",
"homepage": "http://symfony.com",
"homepage": "http://symfony.com",
"time": "2014-1
1-20 13:24:23
"
"time": "2014-1
2-12 16:21:40
"
},
},
{
{
"name": "symfony/debug",
"name": "symfony/debug",
...
@@ -2368,12 +2368,12 @@
...
@@ -2368,12 +2368,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/Debug.git",
"url": "https://github.com/symfony/Debug.git",
"reference": "
15b9784606b07d28840ec2ed06c68fb593155be0
"
"reference": "
87df61ef76fca713a6dd2372a28c13014fe03aca
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/Debug/zipball/
15b9784606b07d28840ec2ed06c68fb593155be0
",
"url": "https://api.github.com/repos/symfony/Debug/zipball/
87df61ef76fca713a6dd2372a28c13014fe03aca
",
"reference": "
15b9784606b07d28840ec2ed06c68fb593155be0
",
"reference": "
87df61ef76fca713a6dd2372a28c13014fe03aca
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2415,7 +2415,7 @@
...
@@ -2415,7 +2415,7 @@
],
],
"description": "Symfony Debug Component",
"description": "Symfony Debug Component",
"homepage": "http://symfony.com",
"homepage": "http://symfony.com",
"time": "2014-1
1-20 13:24:23
"
"time": "2014-1
2-12 16:21:40
"
},
},
{
{
"name": "symfony/event-dispatcher",
"name": "symfony/event-dispatcher",
...
@@ -2424,12 +2424,12 @@
...
@@ -2424,12 +2424,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/EventDispatcher.git",
"url": "https://github.com/symfony/EventDispatcher.git",
"reference": "
30e571ce1bba949b44f49b977966898a41c77a01
"
"reference": "
50f680f99c702c831314c00220c222aaff8916f8
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/
30e571ce1bba949b44f49b977966898a41c77a01
",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/
50f680f99c702c831314c00220c222aaff8916f8
",
"reference": "
30e571ce1bba949b44f49b977966898a41c77a01
",
"reference": "
50f680f99c702c831314c00220c222aaff8916f8
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2473,7 +2473,7 @@
...
@@ -2473,7 +2473,7 @@
],
],
"description": "Symfony EventDispatcher Component",
"description": "Symfony EventDispatcher Component",
"homepage": "http://symfony.com",
"homepage": "http://symfony.com",
"time": "2014-1
1-20 13:24:30
"
"time": "2014-1
2-12 16:23:01
"
},
},
{
{
"name": "symfony/filesystem",
"name": "symfony/filesystem",
...
@@ -2482,12 +2482,12 @@
...
@@ -2482,12 +2482,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/Filesystem.git",
"url": "https://github.com/symfony/Filesystem.git",
"reference": "
5bbd9f52cd5ebf7ea85f447b779fcfa8a25a95e7
"
"reference": "
1ff6caf45e7c5aac036b1536a914afbf4b8c6066
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/
5bbd9f52cd5ebf7ea85f447b779fcfa8a25a95e7
",
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/
1ff6caf45e7c5aac036b1536a914afbf4b8c6066
",
"reference": "
5bbd9f52cd5ebf7ea85f447b779fcfa8a25a95e7
",
"reference": "
1ff6caf45e7c5aac036b1536a914afbf4b8c6066
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2520,7 +2520,7 @@
...
@@ -2520,7 +2520,7 @@
],
],
"description": "Symfony Filesystem Component",
"description": "Symfony Filesystem Component",
"homepage": "http://symfony.com",
"homepage": "http://symfony.com",
"time": "2014-1
1-16 17:28:20
"
"time": "2014-1
2-12 16:23:01
"
},
},
{
{
"name": "symfony/finder",
"name": "symfony/finder",
...
@@ -2529,12 +2529,12 @@
...
@@ -2529,12 +2529,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/Finder.git",
"url": "https://github.com/symfony/Finder.git",
"reference": "
d556a66cbe5b2b81e7abc75b4066b057fbc7af94
"
"reference": "
42964c1ad15aac1322c4b45389a525f10b66e5d7
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/
d556a66cbe5b2b81e7abc75b4066b057fbc7af94
",
"url": "https://api.github.com/repos/symfony/Finder/zipball/
42964c1ad15aac1322c4b45389a525f10b66e5d7
",
"reference": "
d556a66cbe5b2b81e7abc75b4066b057fbc7af94
",
"reference": "
42964c1ad15aac1322c4b45389a525f10b66e5d7
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2567,7 +2567,7 @@
...
@@ -2567,7 +2567,7 @@
],
],
"description": "Symfony Finder Component",
"description": "Symfony Finder Component",
"homepage": "http://symfony.com",
"homepage": "http://symfony.com",
"time": "2014-1
0-26 07:46:28
"
"time": "2014-1
2-12 16:21:40
"
},
},
{
{
"name": "symfony/http-foundation",
"name": "symfony/http-foundation",
...
@@ -2576,12 +2576,12 @@
...
@@ -2576,12 +2576,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/HttpFoundation.git",
"url": "https://github.com/symfony/HttpFoundation.git",
"reference": "
87fe2b56b0b8c10fc60a2b4ac76c285e1fc38888
"
"reference": "
b35ab116c5965cbf66070486414934f361ff01d6
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/
87fe2b56b0b8c10fc60a2b4ac76c285e1fc38888
",
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/
b35ab116c5965cbf66070486414934f361ff01d6
",
"reference": "
87fe2b56b0b8c10fc60a2b4ac76c285e1fc38888
",
"reference": "
b35ab116c5965cbf66070486414934f361ff01d6
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2620,7 +2620,7 @@
...
@@ -2620,7 +2620,7 @@
],
],
"description": "Symfony HttpFoundation Component",
"description": "Symfony HttpFoundation Component",
"homepage": "http://symfony.com",
"homepage": "http://symfony.com",
"time": "2014-1
1-20 13:24:23
"
"time": "2014-1
2-13 08:38:45
"
},
},
{
{
"name": "symfony/http-kernel",
"name": "symfony/http-kernel",
...
@@ -2629,12 +2629,12 @@
...
@@ -2629,12 +2629,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/HttpKernel.git",
"url": "https://github.com/symfony/HttpKernel.git",
"reference": "
318fc2d37e03ce4fc7fe45cfdc7899fd033ededa
"
"reference": "
de86596a78246df8bc7351f739650d80166937c5
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/
318fc2d37e03ce4fc7fe45cfdc7899fd033ededa
",
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/
de86596a78246df8bc7351f739650d80166937c5
",
"reference": "
318fc2d37e03ce4fc7fe45cfdc7899fd033ededa
",
"reference": "
de86596a78246df8bc7351f739650d80166937c5
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2695,7 +2695,7 @@
...
@@ -2695,7 +2695,7 @@
],
],
"description": "Symfony HttpKernel Component",
"description": "Symfony HttpKernel Component",
"homepage": "http://symfony.com",
"homepage": "http://symfony.com",
"time": "2014-1
1-20 13:24:23
"
"time": "2014-1
2-12 16:21:40
"
},
},
{
{
"name": "symfony/process",
"name": "symfony/process",
...
@@ -2704,12 +2704,12 @@
...
@@ -2704,12 +2704,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/Process.git",
"url": "https://github.com/symfony/Process.git",
"reference": "
dc88f75d1c07791e5733f90be747961dce26cf05
"
"reference": "
10a896e667e48bc0b895baa83cb77abcb29c51b6
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/
dc88f75d1c07791e5733f90be747961dce26cf05
",
"url": "https://api.github.com/repos/symfony/Process/zipball/
10a896e667e48bc0b895baa83cb77abcb29c51b6
",
"reference": "
dc88f75d1c07791e5733f90be747961dce26cf05
",
"reference": "
10a896e667e48bc0b895baa83cb77abcb29c51b6
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2742,7 +2742,7 @@
...
@@ -2742,7 +2742,7 @@
],
],
"description": "Symfony Process Component",
"description": "Symfony Process Component",
"homepage": "http://symfony.com",
"homepage": "http://symfony.com",
"time": "2014-1
1-04 14:29:39
"
"time": "2014-1
2-12 16:21:40
"
},
},
{
{
"name": "symfony/routing",
"name": "symfony/routing",
...
@@ -2751,12 +2751,12 @@
...
@@ -2751,12 +2751,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/Routing.git",
"url": "https://github.com/symfony/Routing.git",
"reference": "
5e2c6aba6cbb00a6b7e3760db99f72c85c52b6e5
"
"reference": "
39afebb39272eb1d44c0c07e6c969b44bd40a03c
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/Routing/zipball/
5e2c6aba6cbb00a6b7e3760db99f72c85c52b6e5
",
"url": "https://api.github.com/repos/symfony/Routing/zipball/
39afebb39272eb1d44c0c07e6c969b44bd40a03c
",
"reference": "
5e2c6aba6cbb00a6b7e3760db99f72c85c52b6e5
",
"reference": "
39afebb39272eb1d44c0c07e6c969b44bd40a03c
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2809,7 +2809,7 @@
...
@@ -2809,7 +2809,7 @@
"uri",
"uri",
"url"
"url"
],
],
"time": "2014-1
1-16 17:28:09
"
"time": "2014-1
2-12 16:21:40
"
},
},
{
{
"name": "symfony/security-core",
"name": "symfony/security-core",
...
@@ -2818,12 +2818,12 @@
...
@@ -2818,12 +2818,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/security-core.git",
"url": "https://github.com/symfony/security-core.git",
"reference": "
6de9323f7efbb4a70e85836fa668aa644c188579
"
"reference": "
953811c38caf09e756930cf4a6d72210e2dd1adb
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/
6de9323f7efbb4a70e85836fa668aa644c188579
",
"url": "https://api.github.com/repos/symfony/security-core/zipball/
953811c38caf09e756930cf4a6d72210e2dd1adb
",
"reference": "
6de9323f7efbb4a70e85836fa668aa644c188579
",
"reference": "
953811c38caf09e756930cf4a6d72210e2dd1adb
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2871,7 +2871,7 @@
...
@@ -2871,7 +2871,7 @@
],
],
"description": "Symfony Security Component - Core Library",
"description": "Symfony Security Component - Core Library",
"homepage": "http://symfony.com",
"homepage": "http://symfony.com",
"time": "2014-1
1-20 13:24:23
"
"time": "2014-1
2-12 16:21:40
"
},
},
{
{
"name": "symfony/translation",
"name": "symfony/translation",
...
@@ -2880,12 +2880,12 @@
...
@@ -2880,12 +2880,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/Translation.git",
"url": "https://github.com/symfony/Translation.git",
"reference": "
09c28736ec20984db38b8cd15f66d7afa70d0b46
"
"reference": "
ec0aa5e979fb72dbeee58d47d13b3edb9f7f98c8
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/Translation/zipball/
09c28736ec20984db38b8cd15f66d7afa70d0b46
",
"url": "https://api.github.com/repos/symfony/Translation/zipball/
ec0aa5e979fb72dbeee58d47d13b3edb9f7f98c8
",
"reference": "
09c28736ec20984db38b8cd15f66d7afa70d0b46
",
"reference": "
ec0aa5e979fb72dbeee58d47d13b3edb9f7f98c8
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2929,20 +2929,20 @@
...
@@ -2929,20 +2929,20 @@
],
],
"description": "Symfony Translation Component",
"description": "Symfony Translation Component",
"homepage": "http://symfony.com",
"homepage": "http://symfony.com",
"time": "2014-1
1-04 14:29
:39"
"time": "2014-1
2-07 18:23
:39"
},
},
{
{
"name": "vlucas/phpdotenv",
"name": "vlucas/phpdotenv",
"version": "
dev-master
",
"version": "
v1.1.0
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "
d33518ea44328d7738b3ba12a9616de3b41e6bdf
"
"reference": "
732d2adb7d916c9593b9d58c3b0d9ebefead07aa
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/
d33518ea44328d7738b3ba12a9616de3b41e6bdf
",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/
732d2adb7d916c9593b9d58c3b0d9ebefead07aa
",
"reference": "
d33518ea44328d7738b3ba12a9616de3b41e6bdf
",
"reference": "
732d2adb7d916c9593b9d58c3b0d9ebefead07aa
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2980,7 +2980,7 @@
...
@@ -2980,7 +2980,7 @@
"env",
"env",
"environment"
"environment"
],
],
"time": "2014-1
0-21 21:43:14
"
"time": "2014-1
2-05 15:19:21
"
}
}
],
],
"packages-dev": [
"packages-dev": [
...
@@ -3044,12 +3044,12 @@
...
@@ -3044,12 +3044,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "
f976e5de371104877ebc89bd8fecb0019ed9c119
"
"reference": "
40efa2d8c9e2948b29fdf5d782babaacb08d0c86
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/
f976e5de371104877ebc89bd8fecb0019ed9c119
",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/
40efa2d8c9e2948b29fdf5d782babaacb08d0c86
",
"reference": "
f976e5de371104877ebc89bd8fecb0019ed9c119
",
"reference": "
40efa2d8c9e2948b29fdf5d782babaacb08d0c86
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -3060,7 +3060,7 @@
...
@@ -3060,7 +3060,7 @@
"ext-pdo": "*",
"ext-pdo": "*",
"ext-phar": "*",
"ext-phar": "*",
"phpunit/phpunit": "~4.0",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "
2.0.*@ALPHA
"
"squizlabs/php_codesniffer": "
~2.0
"
},
},
"type": "library",
"type": "library",
"extra": {
"extra": {
...
@@ -3069,8 +3069,8 @@
...
@@ -3069,8 +3069,8 @@
}
}
},
},
"autoload": {
"autoload": {
"psr-
0
": {
"psr-
4
": {
"Doctrine\\Instantiator\\": "src"
"Doctrine\\Instantiator\\": "src
/Doctrine/Instantiator/
"
}
}
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
...
@@ -3090,7 +3090,7 @@
...
@@ -3090,7 +3090,7 @@
"constructor",
"constructor",
"instantiate"
"instantiate"
],
],
"time": "2014-1
0-13 12:58:55
"
"time": "2014-1
2-12 16:47:07
"
},
},
{
{
"name": "maximebf/debugbar",
"name": "maximebf/debugbar",
...
@@ -3328,12 +3328,12 @@
...
@@ -3328,12 +3328,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "
21b9006b7ceb7e1cb0b705615af31f67c8cd1692
"
"reference": "
de8096a74c459eb7279b6410dcf09e26e2cd88aa
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/
21b9006b7ceb7e1cb0b705615af31f67c8cd1692
",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/
de8096a74c459eb7279b6410dcf09e26e2cd88aa
",
"reference": "
21b9006b7ceb7e1cb0b705615af31f67c8cd1692
",
"reference": "
de8096a74c459eb7279b6410dcf09e26e2cd88aa
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -3365,6 +3365,9 @@
...
@@ -3365,6 +3365,9 @@
]
]
},
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "https://packagist.org/downloads/",
"include-path": [
""
],
"license": [
"license": [
"BSD-3-Clause"
"BSD-3-Clause"
],
],
...
@@ -3382,7 +3385,7 @@
...
@@ -3382,7 +3385,7 @@
"testing",
"testing",
"xunit"
"xunit"
],
],
"time": "2014-1
1-11 14:18:30
"
"time": "2014-1
2-04 09:42:06
"
},
},
{
{
"name": "phpunit/php-file-iterator",
"name": "phpunit/php-file-iterator",
...
@@ -3572,12 +3575,12 @@
...
@@ -3572,12 +3575,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "8
a70215cf5fd4f23725390b49d7819575e4cd9f3
"
"reference": "8
da607e5bbcd355ab8b173d4398bd1dd6f688f2f
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8
a70215cf5fd4f23725390b49d7819575e4cd9f3
",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8
da607e5bbcd355ab8b173d4398bd1dd6f688f2f
",
"reference": "8
a70215cf5fd4f23725390b49d7819575e4cd9f3
",
"reference": "8
da607e5bbcd355ab8b173d4398bd1dd6f688f2f
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -3588,18 +3591,18 @@
...
@@ -3588,18 +3591,18 @@
"ext-spl": "*",
"ext-spl": "*",
"php": ">=5.3.3",
"php": ">=5.3.3",
"phpspec/prophecy": "~1.3.1",
"phpspec/prophecy": "~1.3.1",
"phpunit/php-code-coverage": "
3.0.*@dev
",
"phpunit/php-code-coverage": "
~3.0
",
"phpunit/php-file-iterator": "~1.3
.2
",
"phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.2",
"phpunit/php-text-template": "~1.2",
"phpunit/php-timer": "~1.0
.2
",
"phpunit/php-timer": "~1.0",
"phpunit/phpunit-mock-objects": "
2.4.*@dev
",
"phpunit/phpunit-mock-objects": "
~2.3
",
"sebastian/comparator": "
1.1.*@dev
",
"sebastian/comparator": "
~1.1
",
"sebastian/diff": "~1.
1
",
"sebastian/diff": "~1.
2
",
"sebastian/environment": "~1.2",
"sebastian/environment": "~1.2",
"sebastian/exporter": "~1.0",
"sebastian/exporter": "~1.0",
"sebastian/global-state": "
1.0.*@dev
",
"sebastian/global-state": "
~1.0
",
"sebastian/version": "~1.0",
"sebastian/version": "~1.0",
"symfony/yaml": "~2.0"
"symfony/yaml": "~2.
1|~3.
0"
},
},
"suggest": {
"suggest": {
"phpunit/php-invoker": "~1.1"
"phpunit/php-invoker": "~1.1"
...
@@ -3610,7 +3613,7 @@
...
@@ -3610,7 +3613,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "4.
5
.x-dev"
"dev-master": "4.
6
.x-dev"
}
}
},
},
"autoload": {
"autoload": {
...
@@ -3636,7 +3639,7 @@
...
@@ -3636,7 +3639,7 @@
"testing",
"testing",
"xunit"
"xunit"
],
],
"time": "2014-1
1-20 17:32:31
"
"time": "2014-1
2-08 09:42:37
"
},
},
{
{
"name": "phpunit/phpunit-mock-objects",
"name": "phpunit/phpunit-mock-objects",
...
@@ -3699,12 +3702,12 @@
...
@@ -3699,12 +3702,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "
c484a80f97573ab934e37826dba0135a3301b26a
"
"reference": "
4c7f82f0599413ed5521e464071ee8460c96ce89
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/
c484a80f97573ab934e37826dba0135a3301b26a
",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/
4c7f82f0599413ed5521e464071ee8460c96ce89
",
"reference": "
c484a80f97573ab934e37826dba0135a3301b26a
",
"reference": "
4c7f82f0599413ed5521e464071ee8460c96ce89
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -3755,7 +3758,7 @@
...
@@ -3755,7 +3758,7 @@
"compare",
"compare",
"equality"
"equality"
],
],
"time": "2014-1
1-16 21:32:38
"
"time": "2014-1
2-04 15:00:21
"
},
},
{
{
"name": "sebastian/diff",
"name": "sebastian/diff",
...
@@ -3763,12 +3766,12 @@
...
@@ -3763,12 +3766,12 @@
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "
3e22c89be2e1cddf7db89699cb23a9159df12e0c
"
"reference": "
f38057b48125c2b421361da224a8aa800d70aeca
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/
3e22c89be2e1cddf7db89699cb23a9159df12e0c
",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/
f38057b48125c2b421361da224a8aa800d70aeca
",
"reference": "
3e22c89be2e1cddf7db89699cb23a9159df12e0c
",
"reference": "
f38057b48125c2b421361da224a8aa800d70aeca
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -3807,7 +3810,7 @@
...
@@ -3807,7 +3810,7 @@
"keywords": [
"keywords": [
"diff"
"diff"
],
],
"time": "2014-11-
05 15:28:21
"
"time": "2014-11-
22 06:25:40
"
},
},
{
{
"name": "sebastian/environment",
"name": "sebastian/environment",
...
@@ -4173,17 +4176,17 @@
...
@@ -4173,17 +4176,17 @@
},
},
{
{
"name": "symfony/yaml",
"name": "symfony/yaml",
"version": "
2.7.x-dev
",
"version": "
dev-master
",
"target-dir": "Symfony/Component/Yaml",
"target-dir": "Symfony/Component/Yaml",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/Yaml.git",
"url": "https://github.com/symfony/Yaml.git",
"reference": "
75deb1b183d2bbf12f4b54c644c0caafca338fbe
"
"reference": "
3155ce5ba6eb4abb11396c0cc80d3f3b9c37173f
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/
75deb1b183d2bbf12f4b54c644c0caafca338fbe
",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/
3155ce5ba6eb4abb11396c0cc80d3f3b9c37173f
",
"reference": "
75deb1b183d2bbf12f4b54c644c0caafca338fbe
",
"reference": "
3155ce5ba6eb4abb11396c0cc80d3f3b9c37173f
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -4192,7 +4195,7 @@
...
@@ -4192,7 +4195,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-master": "
2.7
-dev"
"dev-master": "
3.0
-dev"
}
}
},
},
"autoload": {
"autoload": {
...
@@ -4216,7 +4219,7 @@
...
@@ -4216,7 +4219,7 @@
],
],
"description": "Symfony Yaml Component",
"description": "Symfony Yaml Component",
"homepage": "http://symfony.com",
"homepage": "http://symfony.com",
"time": "2014-1
1-20 13:24:30
"
"time": "2014-1
2-12 16:24:25
"
}
}
],
],
"aliases": [],
"aliases": [],
...
@@ -4231,9 +4234,7 @@
...
@@ -4231,9 +4234,7 @@
"asgardcms/page-module": 20,
"asgardcms/page-module": 20,
"asgardcms/menu-module": 20,
"asgardcms/menu-module": 20,
"asgardcms/workshop-module": 20,
"asgardcms/workshop-module": 20,
"asgardcms/demo-theme": 20,
"asgardcms/demo-theme": 20
"mockery/mockery": 20,
"barryvdh/laravel-debugbar": 20
},
},
"prefer-stable": false,
"prefer-stable": false,
"platform": [],
"platform": [],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment