Skip to content

Commit 7c12bdb

Browse files
Bump dependencies for Laravel 10 (#75)
1 parent a102e57 commit 7c12bdb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
}
1919
],
2020
"require": {
21-
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0",
22-
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0",
23-
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0",
21+
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0",
22+
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0",
23+
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0",
2424
"php": "^7.2|^8.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^8.0|^9.0",
28-
"orchestra/testbench": "~3.9.0|^4.0|^5.0|^6.0|^7.0",
28+
"orchestra/testbench": "~3.9.0|^4.0|^5.0|^6.0|^7.0|^8.0",
2929
"scrutinizer/ocular": "^1.5",
30-
"squizlabs/php_codesniffer": "~2.3"
30+
"squizlabs/php_codesniffer": "~2.3|^3.7"
3131
},
3232
"autoload": {
3333
"classmap": [

0 commit comments

Comments
 (0)