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 d791ae0 commit b379743
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"require": {
"php": "^8.2",
"guzzlehttp/guzzle": "^7.8",
"illuminate/contracts": "^10.0",
"laravel/framework": "^10.28",
"orchestra/testbench": "^8.13",
"illuminate/contracts": "^11.0",
"laravel/framework": "^11.0",
"orchestra/testbench": "^8.20",
"saloonphp/cache-plugin": "^3.0",
"saloonphp/laravel-plugin": "^3.0",
"saloonphp/saloon": "^3.0",
"spatie/laravel-data": "^3.9",
"saloonphp/laravel-plugin": "^3.2",
"saloonphp/saloon": "^3.4",
"spatie/laravel-data": "^3.11",
"spatie/laravel-package-tools": "^1.16"
},
"require-dev": {
"laravel/pint": "^1.13",
"nunomaduro/collision": "^7.10",
"nunomaduro/larastan": "^2.6",
"orchestra/testbench": "^8.13",
"pestphp/pest": "^2.23",
"nunomaduro/larastan": "^2.8",
"orchestra/testbench": "^8.20",
"pestphp/pest": "^2.31",
"pestphp/pest-plugin-laravel": "^2.2",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
Expand Down

0 comments on commit b379743

Please sign in to comment.