Skip to content

Commit 951fc23

Browse files
authored
Update composer.json
1 parent f896ebb commit 951fc23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"php": ">=7.0",
1515
"ext-phalcon": ">=3.0.0",
1616
"vlucas/phpdotenv": "^2.0",
17-
"phalcon/incubator": ">=3.0.0",
18-
"dmkit/phalcon-jwt-auth": "dev-master"
17+
"phalcon/incubator": ">=3.0.0"
1918
},
2019
"require-dev": {
2120
"codeception/verify": "*",
2221
"vlucas/phpdotenv": "^2.0",
2322
"baka/phalconphp-hmac": "dev-auth-phalcon-3",
24-
"phalcon/incubator": "~3.3"
23+
"phalcon/incubator": "~3.3",
24+
"dmkit/phalcon-jwt-auth": "dev-master"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)