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 d737e43

Browse files
author
DKravtsov
committed
Updated dependencies, docs, recipes, switched routes to attributes.
1 parent c027019 commit d737e43

Some content is hidden

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

58 files changed

+1536
-1311
lines changed

‎.env

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ TRUSTED_PROXIES=127.0.0.1,REMOTE_ADDR
3737

3838
###> doctrine/doctrine-bundle ###
3939
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
40-
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
41-
# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8"
4240
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
41+
#
42+
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
43+
# DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8"
4344
DATABASE_URL=mysql://root:secret@mysql:3306/symfony
4445
###< doctrine/doctrine-bundle ###
4546

@@ -54,5 +55,5 @@ MESSENGER_TRANSPORT_DSN=amqp://guest:guest@rabbitmq:5672/%2f/messages
5455
###> symfony/lock ###
5556
# Choose one of the stores below
5657
# postgresql+advisory://db_user:db_password@localhost/db_name
57-
LOCK_DSN=semaphore
58+
LOCK_DSN=flock
5859
###< symfony/lock ###

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ ifeq ($(INSIDE_DOCKER_CONTAINER), 1)
301301
@echo "033円[32mRunning PHPStan - PHP Static Analysis Tool033円[39m"
302302
@bin/console cache:clear --env=test
303303
@./vendor/bin/phpstan --version
304-
@./vendor/bin/phpstan analyze src tests --xdebug
304+
@./vendor/bin/phpstan analyze src tests
305305
else
306306
@make exec cmd="make phpstan"
307307
endif

‎composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ext-pdo": "*",
3232
"ext-pdo_mysql": "*",
3333
"doctrine/annotations": "^2.0",
34-
"doctrine/doctrine-bundle": "^2.8",
34+
"doctrine/doctrine-bundle": "^2.9",
3535
"doctrine/doctrine-migrations-bundle": "^3.2",
3636
"doctrine/orm": "^2.14",
3737
"phpdocumentor/reflection-docblock": "^5.3",

0 commit comments

Comments
(0)

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