Skip to content

Commit 01d6c69

Browse files
committed
Update composer
1 parent 05740be commit 01d6c69

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trejjam/thepay",
3-
"description": "The pay library nette extension",
3+
"description": "ThePay library - nette extension",
44
"keywords": [
55
"the pay",
66
"nette",
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=7.1",
14-
"trejjam/thepay-lib": "dev-namespaces#049ff9b",
14+
"trejjam/thepay-lib": "^4.0.0",
1515
"trejjam/base-extension": "~0.7",
1616
"nette/di": "~2.3 || ~3.0",
1717
"nette/application": "~2.3",
@@ -23,8 +23,9 @@
2323
"nette/bootstrap": "@dev",
2424
"nette/robot-loader": "@dev",
2525
"tracy/tracy": "~2.5.0",
26-
"phpstan/phpstan": "^0.10.2",
27-
"symplify/easy-coding-standard": "^4.6"
26+
27+
"phpstan/phpstan": "~0.10.2",
28+
"symplify/easy-coding-standard": "~4.6.0"
2829
},
2930
"autoload": {
3031
"psr-4": {

0 commit comments

Comments
 (0)