We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05740be commit 01d6c69Copy full SHA for 01d6c69
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "trejjam/thepay",
3
- "description": "The pay library nette extension",
+ "description": "ThePay library - nette extension",
4
"keywords": [
5
"the pay",
6
"nette",
@@ -11,7 +11,7 @@
11
],
12
"require": {
13
"php": ">=7.1",
14
- "trejjam/thepay-lib": "dev-namespaces#049ff9b",
+ "trejjam/thepay-lib": "^4.0.0",
15
"trejjam/base-extension": "~0.7",
16
"nette/di": "~2.3 || ~3.0",
17
"nette/application": "~2.3",
@@ -23,8 +23,9 @@
23
"nette/bootstrap": "@dev",
24
"nette/robot-loader": "@dev",
25
"tracy/tracy": "~2.5.0",
26
- "phpstan/phpstan": "^0.10.2",
27
- "symplify/easy-coding-standard": "^4.6"
+
+ "phpstan/phpstan": "~0.10.2",
28
+ "symplify/easy-coding-standard": "~4.6.0"
29
},
30
"autoload": {
31
"psr-4": {
0 commit comments