Skip to content

Commit

Permalink
Merge pull request #335 from PrestaShop/develop
Browse files Browse the repository at this point in the history
Merge `develop` into `master`
  • Loading branch information
Progi1984 authored Jan 6, 2025
2 parents 605fda0 + c0ca42d commit f11b77f
Show file tree
Hide file tree
Showing 3 changed files with 713 additions and 436 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ RUN mv /var/www/html/vhost.conf /etc/apache2/sites-enabled/000-default.conf && \

RUN sed -i 's/^max_execution_time = .*/max_execution_time = 3600/' /usr/local/etc/php/php.ini-production && \
sed -i 's/variables_order = "GPCS"/variables_order = "EGPCS"/' /usr/local/etc/php/php.ini-production && \
sed -i 's/memory_limit = 128M/memory_limit = 192M/' /usr/local/etc/php/php.ini-production && \
mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^3.1",
"symfony/apache-pack": "^1.0",
"symfony/console": "~7.1.0",
"symfony/dotenv": "~7.1.0",
"symfony/console": "~7.2.0",
"symfony/dotenv": "~7.2.0",
"symfony/flex": "^2",
"symfony/framework-bundle": "~7.1.0",
"symfony/runtime": "~7.1.0",
"symfony/yaml": "~7.1.0"
"symfony/framework-bundle": "~7.2.0",
"symfony/runtime": "~7.2.0",
"symfony/yaml": "~7.2.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.41",
"friendsofphp/php-cs-fixer": "^3.65",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^11.0",
"symfony/browser-kit": "~7.1.0",
"symfony/css-selector": "~7.1.0",
"symfony/browser-kit": "~7.2.0",
"symfony/css-selector": "~7.2.0",
"symfony/maker-bundle": "^1.52",
"symfony/phpunit-bridge": "^7.0"
},
Expand Down
Loading

0 comments on commit f11b77f

Please sign in to comment.