Skip to content

Commit

Permalink
Package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsgm committed Oct 29, 2024
1 parent 4d17367 commit 4ebd8e7
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 @@ -19,20 +19,20 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.0",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^11.0",
"illuminate/http": "*",
"spatie/laravel-package-tools": "^1.14.0"
"spatie/laravel-package-tools": "^1.16.2"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.9",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"nunomaduro/collision": "^8.5.0",
"nunomaduro/larastan": "^2.9.3",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^v3.5.0",
"pestphp/pest-plugin-arch": "^3.0.0",
"pestphp/pest-plugin-laravel": "^3.0.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
Expand Down

0 comments on commit 4ebd8e7

Please sign in to comment.