Skip to content

Commit

Permalink
4.3 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed May 11, 2014
1 parent feed52f commit 4ba4b04
Show file tree
Hide file tree
Showing 26 changed files with 81 additions and 81 deletions.
18 changes: 9 additions & 9 deletions src/Illuminate/Auth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/cookie": "4.2.*",
"illuminate/encryption": "4.2.*",
"illuminate/events": "4.2.*",
"illuminate/hashing": "4.2.*",
"illuminate/http": "4.2.*",
"illuminate/session": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/cookie": "4.3.*",
"illuminate/encryption": "4.3.*",
"illuminate/events": "4.3.*",
"illuminate/hashing": "4.3.*",
"illuminate/http": "4.3.*",
"illuminate/session": "4.3.*",
"illuminate/support": "4.3.*",
"nesbot/carbon": "~1.0"
},
"require-dev": {
"illuminate/console": "4.2.*",
"illuminate/routing": "4.2.*",
"illuminate/console": "4.3.*",
"illuminate/routing": "4.3.*",
"phpunit/phpunit": "4.0.*"
},
"autoload": {
Expand Down
10 changes: 5 additions & 5 deletions src/Illuminate/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*",
"illuminate/support": "4.3.*",
"nesbot/carbon": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"illuminate/database": "4.2.*",
"illuminate/encryption": "4.2.*",
"illuminate/filesystem": "4.2.*",
"illuminate/redis": "4.2.*"
"illuminate/database": "4.3.*",
"illuminate/encryption": "4.3.*",
"illuminate/filesystem": "4.3.*",
"illuminate/redis": "4.3.*"
},
"autoload": {
"psr-0": {"Illuminate\\Cache": ""}
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/filesystem": "4.2.*",
"illuminate/support": "4.2.*"
"illuminate/filesystem": "4.3.*",
"illuminate/support": "4.3.*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Cookie/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/encryption": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/encryption": "4.3.*",
"illuminate/support": "4.3.*",
"symfony/http-kernel": "2.5.*",
"symfony/http-foundation": "2.5.*"
},
Expand Down
16 changes: 8 additions & 8 deletions src/Illuminate/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/container": "4.2.*",
"illuminate/events": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/container": "4.3.*",
"illuminate/events": "4.3.*",
"illuminate/support": "4.3.*",
"nesbot/carbon": "~1.0"
},
"require-dev": {
"illuminate/cache": "4.2.*",
"illuminate/console": "4.2.*",
"illuminate/filesystem": "4.2.*",
"illuminate/pagination": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/cache": "4.3.*",
"illuminate/console": "4.3.*",
"illuminate/filesystem": "4.3.*",
"illuminate/pagination": "4.3.*",
"illuminate/support": "4.3.*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.0.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Encryption/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*",
"illuminate/support": "4.3.*",
"symfony/security-core": "2.5.*"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Events/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/container": "4.2.*",
"illuminate/support": "4.2.*"
"illuminate/container": "4.3.*",
"illuminate/support": "4.3.*"
},
"require-dev": {
"mockery/mockery": "0.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Exception/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"php": ">=5.4.0",
"filp/whoops": "1.0.10",
"illuminate/support": "4.2.*",
"illuminate/support": "4.3.*",
"symfony/http-foundation": "2.5.*",
"symfony/http-kernel": "2.5.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*",
"illuminate/support": "4.3.*",
"symfony/finder": "2.5.*"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Hashing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*",
"illuminate/support": "4.3.*",
"ircmaxell/password-compat": "~1.0"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Html/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/http": "4.2.*",
"illuminate/session": "4.2.*",
"illuminate/support": "4.2.*"
"illuminate/http": "4.3.*",
"illuminate/session": "4.3.*",
"illuminate/support": "4.3.*"
},
"require-dev": {
"mockery/mockery": "0.9.*",
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/session": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/session": "4.3.*",
"illuminate/support": "4.3.*",
"symfony/http-foundation": "2.5.*",
"symfony/http-kernel": "2.5.*"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*",
"illuminate/support": "4.3.*",
"monolog/monolog": "~1.6"
},
"require-dev": {
"illuminate/events": "4.2.*",
"illuminate/events": "4.3.*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.0.*"
},
Expand Down
10 changes: 5 additions & 5 deletions src/Illuminate/Mail/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/container": "4.2.*",
"illuminate/log": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/view": "4.2.*",
"illuminate/container": "4.3.*",
"illuminate/log": "4.3.*",
"illuminate/support": "4.3.*",
"illuminate/view": "4.3.*",
"swiftmailer/swiftmailer": "~5.1"
},
"require-dev": {
"illuminate/queue": "4.2.*",
"illuminate/queue": "4.3.*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.0.*"
},
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Pagination/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/http": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/view": "4.2.*",
"illuminate/http": "4.3.*",
"illuminate/support": "4.3.*",
"illuminate/view": "4.3.*",
"symfony/http-foundation": "2.5.*",
"symfony/translation": "2.5.*"
},
Expand Down
10 changes: 5 additions & 5 deletions src/Illuminate/Queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/console": "4.2.*",
"illuminate/container": "4.2.*",
"illuminate/http": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/console": "4.3.*",
"illuminate/container": "4.3.*",
"illuminate/http": "4.3.*",
"illuminate/support": "4.3.*",
"symfony/process": "2.5.*"
},
"require-dev": {
"illuminate/events": "4.2.*",
"illuminate/events": "4.3.*",
"aws/aws-sdk-php": "~2.6",
"iron-io/iron_mq": "~1.5",
"pda/pheanstalk": "~2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Redis/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*",
"illuminate/support": "4.3.*",
"predis/predis": "0.8.*"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Remote/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*",
"illuminate/support": "4.3.*",
"phpseclib/phpseclib": "0.3.*"
},
"require-dev": {
"illuminate/console": "4.2.*",
"illuminate/filesystem": "4.2.*",
"illuminate/console": "4.3.*",
"illuminate/filesystem": "4.3.*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.0.*"
},
Expand Down
12 changes: 6 additions & 6 deletions src/Illuminate/Routing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/container": "4.2.*",
"illuminate/http": "4.2.*",
"illuminate/session": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/container": "4.3.*",
"illuminate/http": "4.3.*",
"illuminate/session": "4.3.*",
"illuminate/support": "4.3.*",
"symfony/http-foundation": "2.5.*",
"symfony/http-kernel": "2.5.*",
"symfony/routing": "2.5.*"
},
"require-dev": {
"illuminate/console": "4.2.*",
"illuminate/filesystem": "4.2.*",
"illuminate/console": "4.3.*",
"illuminate/filesystem": "4.3.*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.0.*"
},
Expand Down
10 changes: 5 additions & 5 deletions src/Illuminate/Session/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/cache": "4.2.*",
"illuminate/cookie": "4.2.*",
"illuminate/encryption": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/cache": "4.3.*",
"illuminate/cookie": "4.3.*",
"illuminate/encryption": "4.3.*",
"illuminate/support": "4.3.*",
"nesbot/carbon": "~1.0",
"symfony/finder": "2.5.*",
"symfony/http-foundation": "2.5.*"
},
"require-dev": {
"illuminate/console": "4.2.*",
"illuminate/console": "4.3.*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.0.*"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Illuminate/Translation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/filesystem": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/filesystem": "4.3.*",
"illuminate/support": "4.3.*",
"symfony/translation": "2.5.*"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Validation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/container": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/container": "4.3.*",
"illuminate/support": "4.3.*",
"symfony/http-foundation": "2.5.*",
"symfony/translation": "2.5.*"
},
"require-dev": {
"illuminate/database": "4.2.*",
"illuminate/database": "4.3.*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.0.*"
},
Expand Down
8 changes: 4 additions & 4 deletions src/Illuminate/View/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/container": "4.2.*",
"illuminate/events": "4.2.*",
"illuminate/filesystem": "4.2.*",
"illuminate/support": "4.2.*"
"illuminate/container": "4.3.*",
"illuminate/events": "4.3.*",
"illuminate/filesystem": "4.3.*",
"illuminate/support": "4.3.*"
},
"require-dev": {
"mockery/mockery": "0.9.*",
Expand Down
6 changes: 3 additions & 3 deletions src/Illuminate/Workbench/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/filesystem": "4.2.*",
"illuminate/support": "4.2.*",
"illuminate/filesystem": "4.3.*",
"illuminate/support": "4.3.*",
"symfony/finder": "2.5.*"
},
"require-dev": {
"illuminate/console": "4.2.*",
"illuminate/console": "4.3.*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.0.*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Workbench/stubs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*"
"illuminate/support": "4.3.*"
},
"autoload": {
"classmap": [
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Workbench/stubs/plain.composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*"
"illuminate/support": "4.3.*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 4ba4b04

Please sign in to comment.