Skip to content

Commit

Permalink
Merge branch '1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
proggeler committed Aug 25, 2020
2 parents c81c3dd + bda9770 commit ce57b5c
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 281 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"league/tactician": "^1.0",
"symfony/validator": "^4.3"
"symfony/validator": "^5.1"
},
"autoload": {
"psr-4": {
Expand All @@ -26,8 +26,7 @@
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"doctrine/annotations": "^1.6",
"doctrine/cache": "^1.7"
"doctrine/annotations": "^1.6"
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit ce57b5c

Please sign in to comment.