Skip to content

Commit

Permalink
move dependency to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MartkCz committed Jul 13, 2022
1 parent 02d242a commit df5b168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"require": {
"php": ">= 8.0",
"nette/tester": "^2.4",
"nette/utils": "^3.2"
},
"require-dev": {
"nette/neon": "^3.3",
"nette/schema": "^1.2",
"nette/tester": "^2.4",
"nette/php-generator": "^3.6"
}
}

0 comments on commit df5b168

Please sign in to comment.