Skip to content

Commit

Permalink
Revert requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed May 25, 2024
1 parent d986e66 commit 71e5b6f
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 @@ -29,12 +29,12 @@
}
},
"require": {
"typo3/cms-core": "^13.0 || 13.0.x-dev || dev-main",
"nikic/php-parser": "^5.0",
"psr/container": "^2.0",
"psr/event-dispatcher": "^1.0",
"symfony/console": "^7.0",
"symfony/dependency-injection": "^7.0",
"typo3/cms-core": "^13.0"
"symfony/dependency-injection": "^7.0"
},
"require-dev": {
"evoweb/base_extension": "*",
Expand Down

0 comments on commit 71e5b6f

Please sign in to comment.