Skip to content

Commit 2cb983b

Browse files
authored
Merge pull request #4 from xtreamwayz/build/dependencies-and-fixes
build: update dependencies and fix issue
2 parents 90f3597 + 4b120a3 commit 2cb983b

File tree

9 files changed

+1130
-1152
lines changed

9 files changed

+1130
-1152
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
],
88
"license": "MIT",
99
"require": {
10-
"php": "^7.1",
10+
"php": "^7.2",
1111
"ocramius/package-versions": "^1.3",
1212
"psr/container": "^1.0",
13-
"symfony/console": "^4.0"
13+
"symfony/console": "^4.0 || ^5.0"
1414
},
1515
"require-dev": {
16-
"doctrine/coding-standard": "^4.0",
17-
"phpstan/phpstan": "^0.9.2",
18-
"phpunit/phpunit": "^7.0"
16+
"laminas/laminas-coding-standard": "^2.0",
17+
"phpspec/prophecy-phpunit": "^2.0",
18+
"phpstan/phpstan": "^0.12",
19+
"phpunit/phpunit": "^9.2"
1920
},
2021
"config": {
2122
"sort-packages": true

0 commit comments

Comments
 (0)