Skip to content

Commit 6dbc44f

Browse files
committed
Change php requirement and symfony/cache version
Signed-off-by: Lasse Mammen <lkm@bookboon.com>
1 parent 838372f commit 6dbc44f

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)