Skip to content

Commit

Permalink
feature/PHPUnit was moved to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdodonov committed Jun 29, 2020
1 parent 9191eb0 commit 42e221c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Expand Up @@ -10,11 +10,13 @@
"role": "Founder"
}
],
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"require": {
"php": ">=7.2.0",
"mezon/template-engine" : "^1.0.0",
"mezon/conf" : "^1.0.0",
"phpunit/phpunit": "^8.5"
"mezon/conf" : "^1.0.0"
},
"support": {
"email": "alexey@dodonov.pro",
Expand Down

0 comments on commit 42e221c

Please sign in to comment.