Skip to content

Commit

Permalink
Composer: nette v3, inflector v2
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 4, 2022
1 parent dff272a commit af692b1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
],
"require": {
"php": ">=7.2",
"nette/database": "^2.4.0|^3.0.0.",
"nette/php-generator": "^2.5|^3.1",
"nette/utils": "^2.4|^3.0",
"doctrine/inflector": "^1.0"
"nette/database": "^3.0.0",
"nette/php-generator": "^3.1.0",
"nette/utils": "^3.0.0",
"doctrine/inflector": "^2.0.0"
},
"require-dev": {
"ninjify/qa": "^0.8.0",
"ninjify/qa": "^0.13",
"nette/tester": "^2.0",
"tracy/tracy": "^2.3.0"
},
Expand All @@ -29,6 +29,8 @@
"Contributte\\Nextras\\Orm\\Generator\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
Expand Down

0 comments on commit af692b1

Please sign in to comment.