Skip to content

Commit

Permalink
Dependencies fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed May 27, 2024
1 parent c6c1eba commit 13b3c52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/dev/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
},
"require": {
"php": "^8.1|^8.2|^8.3",
"illuminate/console": "^10.34.0|^11.0.0",
"illuminate/contracts": "^10.34.0|^11.0.0",
"illuminate/support": "^10.34.0|^11.0.0",
"larastan/larastan": "^2.8.1",
"lastdragon-ru/lara-asp-core": "self.version",
"lastdragon-ru/lara-asp-documentator": "self.version",
"nikic/php-parser": "^4.18|^5.0",
"nette/neon": "^3.4",
"phpstan/phpstan": "^1.10",
"symfony/console": "^6.3.0|^7.0.0",
"symfony/var-dumper": "^6.3.0|^7.0.0"
},
"require-dev": {
Expand All @@ -52,6 +51,8 @@
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": {
"core": {
"type": "path",
Expand Down

0 comments on commit 13b3c52

Please sign in to comment.