Movatterモバイル変換


[0]ホーム

URL:


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

Commit86bb6fc

Browse files
author
DKravtsov
committed
Updated dependencies, docs, recipes, switched routes to attributes.
1 parent2139ab9 commit86bb6fc

File tree

61 files changed

+1595
-1366
lines changed

Some content is hidden

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

61 files changed

+1595
-1366
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
@@ -287,7 +287,7 @@ ifeq ($(INSIDE_DOCKER_CONTAINER), 1)
287287
@echo "\033[32mRunning PHPStan - PHP Static Analysis Tool\033[39m"
288288
@bin/console cache:clear --env=test
289289
@./vendor/bin/phpstan --version
290-
@./vendor/bin/phpstan analyze src tests --xdebug
290+
@./vendor/bin/phpstan analyze src tests
291291
else
292292
@make exec cmd="make phpstan"
293293
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)

[8]ページ先頭

©2009-2025 Movatter.jp