Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alaca committed Oct 29, 2024
1 parent a27f7ae commit 18bbc1f
Show file tree
Hide file tree
Showing 6 changed files with 1,336 additions and 714 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"stripe/stripe-php": "^7.97.0",
"paypal/paypal-checkout-sdk": "^1.0",
"kjohnson/format-object-list": "^0.1.0",
"fakerphp/faker": "^1.9",
"symfony/http-foundation": "^v3.4.47",
"moneyphp/money": "v3.3.1",
"stellarwp/field-conditions": "^1.1",
Expand All @@ -21,6 +20,7 @@
"ext-json": "*"
},
"require-dev": {
"fakerphp/faker": "^1.9",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"phpcompatibility/phpcompatibility-wp": "*",
"phpcompatibility/php-compatibility": "^9.3",
Expand Down Expand Up @@ -79,7 +79,7 @@
},
"config": {
"platform": {
"php": "7.2"
"php": "7.2.24"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
Expand All @@ -93,7 +93,6 @@
"classmap_prefix": "Give_Vendors_",
"constant_prefix": "GIVE_VENDORS_",
"packages": [
"fakerphp/faker",
"stellarwp/validation",
"stellarwp/field-conditions",
"symfony/polyfill-ctype",
Expand Down
Loading

0 comments on commit 18bbc1f

Please sign in to comment.