Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iritesh377 authored Mar 16, 2024
1 parent 2c4fb96 commit e948f2f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
}
],
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^11.0.7"
"php": "^8.2",
"spatie/laravel-package-tools": "^1.16.3",
"illuminate/contracts": "^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"laravel/pint": "^1.14.0",
"nunomaduro/collision": "^7.8",
"nunomaduro/larastan": "^2.0.1",
"nunomaduro/larastan": "^2.9.2",
"orchestra/testbench": "^8.8",
"pestphp/pest": "^2.20",
"pestphp/pest-plugin-arch": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0"
"pestphp/pest": "^2.34.4",
"pestphp/pest-plugin-arch": "^2.7.0",
"pestphp/pest-plugin-laravel": "^2.3.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.16"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -79,6 +79,6 @@
}
}
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit e948f2f

Please sign in to comment.