Skip to content

Commit 9cd2b15

Browse files
committed
fix: revert symfony version bump, add doctrine/cache dependency
1 parent 334fdbe commit 9cd2b15

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
],
1414
"require": {
1515
"php": "^7.2",
16-
"ext-pdo": "*",
17-
"symfony/options-resolver": "^5.0",
18-
"symfony/dependency-injection": "^5.0",
19-
"webonyx/graphql-php": "^14.4.0",
20-
"linkorb/connector": "^1.0",
21-
"firebase/php-jwt": "^5.0",
16+
"symfony/options-resolver": "~3.0",
17+
"symfony/dependency-injection": "~3.3",
18+
"webonyx/graphql-php": "^0.13.8",
19+
"linkorb/connector": "~1.0",
20+
"firebase/php-jwt": "~5.0",
2221
"pwa/time-elapsed": "^1.0",
23-
"symfony/security-core": "^5.0",
24-
"symfony/http-foundation": "^5.0",
25-
"symfony/cache": "^5.2"
22+
"symfony/security-core": "^4.2",
23+
"symfony/http-foundation": "^4.2",
24+
"ext-pdo": "*",
25+
"doctrine/cache": "^1.10"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)