Skip to content

Commit f57853e

Browse files
committed
update
1 parent f8d92da commit f57853e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

composer.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,25 @@
88
"email": "nice.lizhi@gmail.com"
99
}
1010
],
11-
"require": {},
11+
"require": {
12+
"laravel/framework": "~9.0||~10.0||~11.0",
13+
"shopify/shopify-api": "^5.2"
14+
},
15+
"require-dev": {
16+
"phpunit/phpcov": ">=6.0",
17+
"phpunit/phpunit": ">=8.0",
18+
"laravel/framework": "~9.0||~10.0||~11.0"
19+
},
1220
"autoload": {
1321
"psr-4": {
1422
"NexaMerchant\\Monitor\\": "src/"
1523
}
1624
},
25+
"autoload-dev": {
26+
"psr-4": {
27+
"NexaMerchant\\Shopify\\Tests\\": "tests/"
28+
}
29+
},
1730
"extra": {
1831
"laravel": {
1932
"providers": [

0 commit comments

Comments
 (0)