Skip to content

Commit

Permalink
Bump dependencies for Laravel 10 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Feb 17, 2023
1 parent a102e57 commit 7c12bdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
}
],
"require": {
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0",
"illuminate/view": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "5.6.x|5.7.x|5.8.x|^6.0|^7.0|^8.0|^9.0|^10.0",
"php": "^7.2|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "~3.9.0|^4.0|^5.0|^6.0|^7.0",
"orchestra/testbench": "~3.9.0|^4.0|^5.0|^6.0|^7.0|^8.0",
"scrutinizer/ocular": "^1.5",
"squizlabs/php_codesniffer": "~2.3"
"squizlabs/php_codesniffer": "~2.3|^3.7"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 7c12bdb

Please sign in to comment.