Skip to content

Commit e8f4d1f

Browse files
authored
Merge pull request #9 from bookboon/hotfix/change-version
Change php requirement and symfony/cache version
2 parents 838372f + 6dbc44f commit e8f4d1f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.6",
17+
"php": ">=7.1",
1818
"symfony/dependency-injection": "~4.0",
1919
"symfony/config": "~4.0",
20-
"bookboon/api": "~4.0",
21-
"symfony/cache": "^4.2"
20+
"symfony/cache": "~4.0",
21+
"bookboon/api": "~4.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)