Skip to content

Commit b4473e0

Browse files
committed
Experimental compatibility with Laravel 5.2
1 parent 3e3e628 commit b4473e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "efficiently/jquery-laravel",
3-
"description": "This package provides jQuery and the jQuery-ujs driver for your Laravel 5.0 application.",
3+
"description": "This package provides jQuery and the jQuery-ujs driver for your Laravel 5.x application.",
44
"keywords": [
55
"jquery",
66
"laravel",
@@ -23,13 +23,13 @@
2323
],
2424
"require": {
2525
"php": ">=5.4.0",
26-
"illuminate/support": "~5.0.0||~5.1.0 ",
27-
"laravelcollective/html": "~5.0.0||~5.1.0"
26+
"illuminate/support": "~5.0.0||~5.1.0||~5.2.0",
27+
"laravelcollective/html": "~5.0.0||~5.1.0||~5.2.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "~4.5",
3131
"mockery/mockery": "0.9.*",
32-
"orchestra/testbench": "~3.0.0||~3.1.0",
32+
"orchestra/testbench": "~3.0.0||~3.1.0||~3.2.0",
3333
"anahkiasen/former": "~4.0.0"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)