Skip to content

Commit

Permalink
limit dependencies for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMystikJonas committed Jan 28, 2021
1 parent 00cb0e9 commit 1db34f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"require": {
"php": ">=5.6.0",
"nette/di": "^2.3",
"nette/application": "^2.3",
"nette/di": "2.3.*",
"nette/application": "2.3.*",
"stripe/stripe-php": "^7.45.0"
},
"require-dev": {
Expand Down

0 comments on commit 1db34f1

Please sign in to comment.