Skip to content

Commit

Permalink
chore: update deps (#426)
Browse files Browse the repository at this point in the history
Co-authored-by: soyuka <[email protected]>
  • Loading branch information
SpartakusMd and soyuka authored Oct 19, 2024
1 parent 997f6f8 commit 1bb5502
Show file tree
Hide file tree
Showing 24 changed files with 1,534 additions and 704 deletions.
2 changes: 1 addition & 1 deletion box.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vendor/twig/twig/src/TwigTest.php"
],
"directories": [
"vendor/cebe/php-openapi/src/spec"
"vendor/devizzent/cebe-php-openapi/src/spec"
],
"force-autodiscovery": true,

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"symfony/filesystem": "^5.2 || ^6.0 || ^7.0",
"twig/twig": "^3.0",
"nette/php-generator": "^3.6 || ^4.0",
"nikic/php-parser": "^4.13",
"cebe/php-openapi": "^1.6",
"nikic/php-parser": "^4.13 || ^5.0",
"devizzent/cebe-php-openapi": "^1.0.3",
"symfony/string": "^5.2 || ^6.0 || ^7.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 1bb5502

Please sign in to comment.