Skip to content

Commit

Permalink
Unify composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Aug 27, 2018
1 parent 0864e54 commit e959fe1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@
],
"require": {
"php": ">=7.1",

"ext-json": "*",
"ext-soap": "*",
"ext-hash": "*"
},
"require-dev": {
"nette/tester": "@dev",

"phpstan/phpstan": "~0.10.2",
"phpstan/phpstan-strict-rules": "~0.10.1",
"nette/tester": "^2.0.2",
"phpstan/phpstan": "^0.10.2",
"phpstan/phpstan-strict-rules": "^0.10.1",
"ninjify/qa": "^0.8.0@dev",
"ninjify/coding-standard": "^0.7.0@dev",
"ninjify/nunjuck": "^0.2.0"
},
"suggest": {
Expand All @@ -34,6 +31,7 @@
"src/exceptions/"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"qa": [
Expand Down

0 comments on commit e959fe1

Please sign in to comment.