Skip to content

Commit

Permalink
fix composer package version
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jul 31, 2024
1 parent a82485a commit 6e1d1a8
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 @@ -12,14 +12,14 @@
],
"require": {
"ext-sodium": "*",
"nexa-merchant/apps": "dev-main",
"nexa-merchant/apps": "1.0.0",
"laravel/framework": "~9.0||~10.0||~11.0",
"darkaonline/l5-swagger": "^8.5"
},
"require-dev": {
"phpunit/phpcov": ">=6.0",
"phpunit/phpunit": ">=8.0",
"nexa-merchant/apps": "dev-main",
"nexa-merchant/apps": "1.0.0",
"laravel/framework": "~9.0||~10.0||~11.0"
},
"autoload": {
Expand Down

0 comments on commit 6e1d1a8

Please sign in to comment.