Skip to content

Commit ce57b5c

Browse files
committed
Merge branch '1.0'
2 parents c81c3dd + bda9770 commit ce57b5c

File tree

3 files changed

+285
-281
lines changed

3 files changed

+285
-281
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1",
14+
"php": "^7.2",
1515
"league/tactician": "^1.0",
16-
"symfony/validator": "^4.3"
16+
"symfony/validator": "^5.1"
1717
},
1818
"autoload": {
1919
"psr-4": {
@@ -26,8 +26,7 @@
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^7.1",
29-
"doctrine/annotations": "^1.6",
30-
"doctrine/cache": "^1.7"
29+
"doctrine/annotations": "^1.6"
3130
},
3231
"autoload-dev": {
3332
"psr-4": {

0 commit comments

Comments
 (0)