Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Mar 14, 2024
1 parent c44f9aa commit 4a0e9bc
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 @@ -21,15 +21,15 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.3",
"guzzlehttp/guzzle": "^7.8",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^11.0",
"spatie/laravel-package-tools": "^1.16"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.46",
"nunomaduro/collision": "^7.10",
"orchestra/testbench": "^8.20",
"nunomaduro/collision": "^8.1",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.31",
"phpunit/phpunit": "^10.5",
"spatie/laravel-ray": "^1.33",
Expand Down

0 comments on commit 4a0e9bc

Please sign in to comment.