Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Sep 7, 2024
1 parent 56feb1f commit 94daedf
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 127 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@
"ext-json": "*",
"ext-openssl": "*",
"google/apiclient": "^2.14.0",
"google/apiclient-services": "^0.343.0",
"google/apiclient-services-adsenselinks": "^0.1.0",
"google/apiclient-services-subscribewithgoogle": "^0.1.0",
"guzzlehttp/guzzle": "^6.5.8",
"symfony/polyfill-intl-idn": "^1.29.0"
},
"replace": {
"paragonie/random_compat": ">=2",
"phpseclib/phpseclib": ">=3.0.36"
"paragonie/random_compat": ">=2"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -79,7 +77,7 @@
],
"prefix-dependencies": [
"@composer --working-dir=php-scoper install",
"php-scoper/vendor/bin/php-scoper add --output-dir=./third-party --force --quiet",
"@php -dxdebug.mode=off php-scoper/vendor/bin/php-scoper add --output-dir=./third-party --force --quiet",
"@autoload-includes",
"@autoload-third-party",
"@composer dump-autoload --no-dev",
Expand Down
Loading

0 comments on commit 94daedf

Please sign in to comment.