Skip to content

Commit

Permalink
Merge pull request #4 from xtreamwayz/build/dependencies-and-fixes
Browse files Browse the repository at this point in the history
build: update dependencies and fix issue
  • Loading branch information
geerteltink committed Aug 2, 2020
2 parents 90f3597 + 4b120a3 commit 2cb983b
Show file tree
Hide file tree
Showing 9 changed files with 1,130 additions and 1,152 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@
],
"license": "MIT",
"require": {
"php": "^7.1",
"php": "^7.2",
"ocramius/package-versions": "^1.3",
"psr/container": "^1.0",
"symfony/console": "^4.0"
"symfony/console": "^4.0 || ^5.0"
},
"require-dev": {
"doctrine/coding-standard": "^4.0",
"phpstan/phpstan": "^0.9.2",
"phpunit/phpunit": "^7.0"
"laminas/laminas-coding-standard": "^2.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^9.2"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 2cb983b

Please sign in to comment.