Skip to content

Commit 8125d03

Browse files
committed
Update composer requirements for laravel 8
1 parent 2217da4 commit 8125d03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2.5",
14-
"illuminate/support": "^7.0",
15-
"illuminate/database": "^7.0",
16-
"illuminate/validation": "^7.0"
13+
"php": "^7.3 || ^8.0",
14+
"illuminate/support": "^8.0",
15+
"illuminate/database": "^8.40",
16+
"illuminate/validation": "^8.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^8.0",
20-
"mockery/mockery": "^1.2.1",
19+
"phpunit/phpunit": "^8.0 || ^9.0",
20+
"mockery/mockery": "^1.4.1",
2121
"squizlabs/php_codesniffer": "^3.1",
2222
"php-coveralls/php-coveralls": "^2.4"
2323
},

0 commit comments

Comments
 (0)