Skip to content

Commit 99dcdb9

Browse files
committed
Dependencies are updated for laravel 8
1 parent 23fa7ef commit 99dcdb9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.1",
14-
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
15-
"illuminate/validation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
16-
"illuminate/translation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0"
13+
"php": ">=7.3",
14+
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|8.0.4",
15+
"illuminate/validation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|8.0.4",
16+
"illuminate/translation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|8.0.4"
1717
},
1818
"require-dev": {
19-
"mockery/mockery": "^1.0",
20-
"phpunit/phpunit": "^8.0.0",
21-
"symfony/var-dumper": "2.7.*@dev"
19+
"mockery/mockery": "^1.4.2",
20+
"phpunit/phpunit": "^9.0",
21+
"symfony/var-dumper": "5.1.5.*@dev"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)