Skip to content

Commit

Permalink
Dependencies fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Aug 5, 2024
1 parent c8b98ea commit 01443b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"illuminate/translation": "^10.34.0|^11.0.0",
"illuminate/validation": "^10.34.0|^11.0.0",
"league/commonmark": "^2.5.1",
"league/config": "^1.1.1",
"mockery/mockery": "^1.6.5",
"nikic/php-parser": "^4.18|^5.0",
"nuwave/lighthouse": "^6.5.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/documentator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
},
"require": {
"php": "^8.2|^8.3",
"ext-filter": "*",
"ext-mbstring": "*",
"composer/semver": "^3.2",
"illuminate/contracts": "^10.34.0|^11.0.0",
"illuminate/console": "^10.34.0|^11.0.0",
"illuminate/process": "^10.34.0|^11.0.0",
"illuminate/support": "^10.34.0|^11.0.0",
"league/commonmark": "^2.5.1",
"league/config": "^1.1.1",
"nikic/php-parser": "^4.18|^5.0",
"phpstan/phpdoc-parser": "^1.25",
"symfony/console": "^6.3.0|^7.0.0",
Expand Down

0 comments on commit 01443b3

Please sign in to comment.