Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
}
],
"require": {
"php": ">=5.5.9"
"php": ">=5.5.9",
"composer-runtime-api": "^2.0"
},
"require-dev": {
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"cache/cache": "^1.0",
"symfony/cache": "^3.4.31|^4.3.4|^5.0",
"symfony/phpunit-bridge": "^5.1,<5.3",
Expand Down
Loading