Skip to content

Commit

Permalink
Updated dependencies to be compatible with php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
L3RAZ committed Nov 7, 2024
1 parent dff2eda commit b887836
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5,845 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,35 @@
],
"config": {
"platform": {
"php": "7.2.34"
"php": "8.1"
},
"sort-packages": true,
"preferred-install": "dist",
"optimize-autoloader": true,
"prepend-autoloader": false
},
"require": {
"php": ">=7.2",
"php": ">=8.1",
"giggsey/libphonenumber-for-php": "^8.12",
"gmponos/guzzle_logger": "^2.2",
"guzzlehttp/guzzle": "^7.4",
"prestashop/decimal": "^1.3",
"prestashop/module-lib-guzzle-adapter": "^1.0",
"prestashop/module-lib-mbo-installer": "^2.0",
"prestashop/module-lib-service-container": "^1.0",
"prestashop/module-lib-service-container": "^2.0",
"prestashop/prestashop-accounts-installer": "^1.0",
"ramsey/uuid": "^3.8",
"segmentio/analytics-php": "^1.5",
"sentry/sentry": "^1.0",
"webmozart/assert": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"prestashop/php-dev-tools": "~3.0",
"phpunit/phpunit": "~9.6.7",
"phpunit/php-code-coverage": "^9.2.31",
"nikic/php-parser": "^4.19.1",
"prestashop/php-dev-tools": "~5.0",
"monolog/monolog": "^1.27.1",
"prestashop/autoindex": "^1.0"
"prestashop/autoindex": "^2.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b887836

Please sign in to comment.