Skip to content

Commit 721dcfd

Browse files
authored
Merge pull request #60 from enflow-nl/laravel54
Add support for Laravel 5.4
2 parents 33cb90f + b877a2a commit 721dcfd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
],
1414
"require": {
1515
"php": "^5.5.9 || ^7.0",
16-
"illuminate/support": "5.1.* || 5.2.* || 5.3.*",
17-
"illuminate/console": "5.1.* || 5.2.* || 5.3.*",
18-
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.*"
16+
"illuminate/support": "~5.1",
17+
"illuminate/console": "~5.1",
18+
"illuminate/filesystem": "~5.1"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit" : "^4.8 || ^5.0",
22-
"orchestra/testbench": "3.3.x-dev",
23-
"orchestra/database": "3.3.x-dev",
22+
"orchestra/testbench": "~3.0",
23+
"orchestra/database": "~3.0",
2424
"mockery/mockery": "~0.9.4"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)