Skip to content
Snippets Groups Projects
Commit 26a5f794 authored by Robert Lange's avatar Robert Lange
Browse files

Expanded to include a broader range of versions

parent 8d1a4b3b
Branches
Tags v2.0.0
No related merge requests found
Pipeline #29186 passed with stage
in 3 seconds
......@@ -23,13 +23,13 @@
}
},
"require": {
"php": "^7.1 || ^8.0",
"php": "^7.3 || ^8.0",
"psr/container": "^1.0",
"symfony/cache": "^5.2",
"symfony/serializer": "^5.2",
"symfony/property-info": "^5.2",
"symfony/property-access": "^5.2",
"symfony/cache": "^4.4 || ^5.2 || ^5.4",
"symfony/serializer": "^5.2 || ^5.4",
"symfony/property-info": "^5.2 || ^5.4",
"symfony/property-access": "^5.2 || ^5.4",
"doctrine/annotations": "^1.10",
"doctrine/cache": "^2.0"
"doctrine/cache": "^1.10 || ^2.0"
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment