Skip to content

Commit

Permalink
move require dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hummer2k committed Aug 31, 2020
1 parent 9bbfbe8 commit 1d2f90e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 111 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
],
"require": {
"php": "^7.2",
"squizlabs/php_codesniffer": "^3.5",
"laminas/laminas-console": "2.*",
"laminas/laminas-eventmanager": "^3.0",
"laminas/laminas-modulemanager": "^2.7",
"laminas/laminas-mvc": "^3.0",
Expand All @@ -31,6 +29,7 @@
"laminas/laminas-dependency-plugin": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"laminas/laminas-serializer": "2.*",
"laminas/laminas-log": "2.*",
"laminas/laminas-i18n": "2.*",
Expand Down
161 changes: 52 additions & 109 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d2f90e

Please sign in to comment.