Skip to content

Commit

Permalink
Move Apple Appstore server API library requirement
Browse files Browse the repository at this point in the history
The requirement should have been requested
by the appstore module, otherwise the open-source
package would miss a dependency.
  • Loading branch information
rootpd committed Sep 18, 2024
1 parent c7dfb22 commit db7a72e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"license": "MIT",
"require": {
"php": "^8.1",
"aporat/store-receipt-validator": "^4.2"
"aporat/store-receipt-validator": "^4.2",
"readdle/app-store-server-api": "^3.5"
},
"minimum-stability": "stable",
"autoload": {
Expand Down

0 comments on commit db7a72e

Please sign in to comment.