Skip to content

Commit caf26af

Browse files
author
=
committed
Update Laravel dependencies to v8.0
1 parent aa55a1a commit caf26af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^7.4",
20-
"illuminate/support": "^8.9",
21-
"illuminate/database": "^8.9"
20+
"illuminate/support": "^8.0",
21+
"illuminate/database": "^8.0"
2222
},
2323
"require-dev": {
24-
"illuminate/pagination": "^8.9",
24+
"illuminate/pagination": "^8.0",
2525
"phpunit/phpunit": "^8.4|^9.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)