Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
megasteve19 committed Mar 14, 2024
1 parent 162dbda commit 29d70c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
],
"require": {
"php": "^8.2",
"illuminate/support": "^10.0",
"illuminate/validation": "^10.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/validation": "^10.0|^11.0",
"symfony/html-sanitizer": "^7.0"
},
"require-dev": {
"pestphp/pest": "^1.22.4",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"orchestra/testbench": "^9.0",
"friendsofphp/php-cs-fixer": "^3.14.4",
"phpstan/phpstan": "^1.10",
"fakerphp/faker": "^1.23"
Expand Down

0 comments on commit 29d70c7

Please sign in to comment.