Skip to content

Commit

Permalink
Composer: require nette/di 3.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Sep 13, 2022
1 parent 2dde177 commit b26ef83
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@
"phpstan/phpstan-strict-rules": "^1.4.3",
"phpstan/phpstan-nette": "^1.1.0",
"phpstan/phpstan-deprecation-rules": "^1.1.0",
"nette/di": "^2.4.16|^3.0",
"nette/utils": "^2.5.5|^3.0"
"nette/di": "^3.0.0",
"nette/utils": "^3.0.0"
},
"suggest": {
"nette/di": "For GopayExtension"
},
"conflict": {
"nette/di": "<3.0"
},
"autoload": {
"psr-4": {
"Contributte\\GopayInline\\": "src/"
Expand Down

0 comments on commit b26ef83

Please sign in to comment.