Skip to content

Commit 476cd12

Browse files
Updated composer.json for Laravel v6.0
1 parent 1a8269f commit 476cd12

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
@@ -27,14 +27,14 @@
2727
}
2828
},
2929
"require": {
30-
"php": "^7.1.3",
31-
"laravel/framework": "~5.8.0"
30+
"php": "^7.2",
31+
"laravel/framework": "~6.0.0",
32+
"orchestra/testbench": "^4.0",
33+
"phpunit/phpunit": "^8.0"
3234
},
3335
"require-dev": {
3436
"ext-pdo": "*",
35-
"friendsofphp/php-cs-fixer": "^2.15",
36-
"orchestra/testbench": "~3.8.0",
37-
"phpunit/phpunit": "~7.5"
37+
"friendsofphp/php-cs-fixer": "^2.15"
3838
},
3939
"config": {
4040
"sort-packages": true

0 commit comments

Comments
 (0)