Skip to content

Commit eea7e6d

Browse files
committed
update denpendencies for Laravel 8.x
1 parent 96aa8dd commit eea7e6d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5",
20-
"illuminate/support": "^7.0",
21-
"laravelcollective/html": "^6.1",
22-
"illuminate/translation": "^7.0",
23-
"doctrine/dbal": "^2.6",
24-
"symfony/finder": "^5.0"
19+
"php": ">=7.3.0",
20+
"illuminate/support": "^8.0",
21+
"laravelcollective/html": "^6.2",
22+
"illuminate/translation": "^8.0",
23+
"doctrine/dbal": "^3.0",
24+
"symfony/finder": "^5.1"
2525
},
2626
"require-dev": {
27-
"phpspec/phpspec": "^6.3",
27+
"phpspec/phpspec": "^7.0",
2828
"fakerphp/faker": "^1.9.1",
29-
"mockery/mockery": "^1.3.1",
30-
"phpunit/phpunit": "^8.5"
29+
"mockery/mockery": "^1.4.2",
30+
"phpunit/phpunit": "^9.0"
3131
},
3232
"autoload": {
3333
"classmap": [

0 commit comments

Comments
 (0)