Skip to content

Commit fa12a44

Browse files
committed
Bumping deps
1 parent b924ec4 commit fa12a44

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
],
2525
"require": {
2626
"php": "^8.2.0|^8.3.0|^8.4.0",
27-
"always-open/laravel-process-stamps": "^5.0|^6.0|^7.0|^8.0",
27+
"always-open/laravel-process-stamps": "^7.0|^8.0",
2828
"guzzlehttp/guzzle": "^7.4",
29-
"laravel/framework": "^8.0|^9.0|^10.0"
29+
"laravel/framework": "^11.0|^12.0"
3030
},
3131
"require-dev": {
32-
"doctrine/dbal": "^2.9|^3.0",
32+
"doctrine/dbal": "^3.0|^4.0",
3333
"friendsofphp/php-cs-fixer": "^3.1",
3434
"laravel/tinker": "^2.7",
35-
"nunomaduro/larastan": "^1.0",
36-
"orchestra/testbench": "^6.22",
37-
"phpstan/phpstan-deprecation-rules": "^1.0",
38-
"phpstan/phpstan-phpunit": "^1.0",
39-
"phpunit/phpunit": "^9.5"
35+
"nunomaduro/larastan": "^3.0",
36+
"orchestra/testbench": "^9.1",
37+
"phpstan/phpstan-deprecation-rules": "^2.0",
38+
"phpstan/phpstan-phpunit": "^2.0",
39+
"phpunit/phpunit": "^12.0"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)