Skip to content
Snippets Groups Projects
Commit 6a0a6aec authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Use >= for sg extension requirements

parent 27e81587
No related branches found
Tags 4.4.2
No related merge requests found
......@@ -12,9 +12,9 @@
},
"require": {
"typo3/cms-core": "^9.5.2 || ^10.4.0",
"sgalinski/project-base": "^7.0.0",
"sgalinski/sg-mail": "^6.0.0",
"sgalinski/sg-seo": "^4.0.0"
"sgalinski/project-base": ">=7.0.0",
"sgalinski/sg-mail": ">=6.0.0",
"sgalinski/sg-seo": ">=4.0.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment