Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .idea/app-sf.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"allow-plugins": {
"php-http/discovery": true,
"symfony/flex": true,
"symfony/runtime": true
"symfony/runtime": true,
"phpstan/extension-installer": true
},
"sort-packages": true
},
Expand Down Expand Up @@ -129,7 +130,12 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "dev-master",
"phpstan/extension-installer": "1.4.x-dev",
"phpstan/phpstan": "2.0.x-dev",
"phpstan/phpstan-doctrine": "2.0.x-dev",
"phpstan/phpstan-phpunit": "2.0.x-dev",
"phpstan/phpstan-strict-rules": "2.0.x-dev",
"phpstan/phpstan-symfony": "2.0.x-dev",
"phpunit/phpunit": "^10",
"symfony/browser-kit": "7.2.*",
"symfony/css-selector": "7.2.*",
Expand Down
298 changes: 297 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading