Skip to content

Commit

Permalink
Update Larastan version constraints in composer.json
Browse files Browse the repository at this point in the history
added support for Larastan ^3.0 in development dependencies. These changes ensure compatibility with the latest tools while streamlining PHP version requirements.
  • Loading branch information
n4ss1m committed Dec 21, 2024
1 parent 37811aa commit 30e5efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"homepage": "https://github.com/kossa/algerian-cities",
"require": {
"php": "^8.1|^8.2|^8.3",
"php": "^8.1",
"laravel/framework": "^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0|^11.0",
"orchestra/testbench": "^8.0|^9.0",
"laravel/pint": "^1.18",
"larastan/larastan": "^2.0"
"larastan/larastan": "^2.0|^3.0"
},
"license": "MIT",
"autoload": {
Expand Down

0 comments on commit 30e5efb

Please sign in to comment.