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 104c118 commit 2ae02eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -17,10 +17,10 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.3",
"codebar-ag/laravel-feature-policy": "^1.0",
"guzzlehttp/guzzle": "^7.8",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^11.0",
"spatie/laravel-csp": "^2.8",
"spatie/laravel-enum": "^3.0",
"spatie/laravel-health": "^1.23",
Expand All @@ -30,9 +30,9 @@
},
"require-dev": {
"laravel/pint": "^1.13",
"nunomaduro/collision": "^7.10",
"nunomaduro/collision": "^8.1",
"nunomaduro/larastan": "^2.8",
"orchestra/testbench": "^8.20",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.30",
"pestphp/pest-plugin-laravel": "^2.2",
"phpstan/extension-installer": "^1.3",
Expand Down

0 comments on commit 2ae02eb

Please sign in to comment.