Skip to content

Commit 29126db

Browse files
authored
Merge pull request #2 from freshp/bugfix/moveRequirementsToDev
move phpstan requirement in the composer.json to require-dev
2 parents 709ebbb + 5923bc3 commit 29126db

File tree

2 files changed

+69
-71
lines changed

2 files changed

+69
-71
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@
99
}
1010
},
1111
"require": {
12-
"php": ">=7.0",
13-
"phpstan/phpstan": "0.4.1"
12+
"php": ">=7.0"
1413
},
1514
"autoload-dev": {
1615
"psr-4": {
17-
"FreshP\\PhpEnumeration\\": "src/",
1816
"FreshP\\PhpEnumeration\\Tests\\": "Tests/"
1917
}
2018
},
2119
"require-dev": {
22-
"tm/tooly-composer-script": "1.2.1"
20+
"tm/tooly-composer-script": "1.2.1",
21+
"phpstan/phpstan": "0.4.1"
2322
},
2423
"scripts": {
2524
"post-install-cmd": "Tooly\\ScriptHandler::installPharTools",

composer.lock

Lines changed: 66 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)