Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f0b094b

Browse files
author
DKravtsov
committed
Php 8.3, Symfony 6.4, MySQL 8.2, updated composer dependencies, refactoring.
1 parent 5cb003a commit f0b094b

File tree

146 files changed

+6900
-5726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+6900
-5726
lines changed

‎.env

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ WEB_PORT_HTTP=80
2323
WEB_PORT_SSL=443
2424
# XDEBUG_CONFIG possible values: main|osx. Use main value for Linux and Windows, osx value for MacOS.
2525
XDEBUG_CONFIG=main
26-
# MySQL version, recommend values: 8.1|8.0
27-
MYSQL_VERSION=8.1
26+
# Sometimes we need to use different xdebug versions, list of versions can be found here - https://pecl.php.net/package/xdebug
27+
XDEBUG_VERSION=3.3.1
28+
# MySQL version, recommend values: 8.2|8.1|8.0
29+
MYSQL_VERSION=8.2
2830
# MySQL INNODB_USE_NATIVE_AIO possible values: 1|0. Set to 0 when AIO interface is not supported on OSX. https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_use_native_aio
2931
INNODB_USE_NATIVE_AIO=1
3032
# Sometimes AWS MySQL RDS has SQL_MODE="NO_ENGINE_SUBSTITUTION" (https://github.com/awsdocs/amazon-rds-user-guide/issues/160) but MySQL default described here - https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# with:
7979
# ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
8080
# fetch-depth: 0 # a full history is required for pull request analysis
81-
# php-version: '8.2'
81+
# php-version: '8.3'
8282
# - name: 'Install dependencies'
8383
# run: COMPOSER_MEMORY_LIMIT=-1 composer install
8484
# - name: 'Download coverage data for Qodana'

‎.idea/htdocs.iml

Lines changed: 14 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /