Skip to content

Commit

Permalink
build(deps): bump minimum Composer dependencies constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
xel1045 committed Feb 18, 2023
1 parent 40681f7 commit 7da100b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"require": {
"php": "^8.0",
"illuminate/support": "^9.0|^10.0",
"laravelcollective/html": "^6.2.1"
"laravelcollective/html": "^6.3"
},
"require-dev": {
"exolnet/phpcs-config": "^2.0",
"mockery/mockery": "^1.4",
"mockery/mockery": "^1.5.1",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.3.3",
"phpunit/phpunit": "^9.5.10",
"squizlabs/php_codesniffer": "^3.6"
},
"autoload": {
Expand Down

0 comments on commit 7da100b

Please sign in to comment.