Skip to content

Commit

Permalink
Symfony 7.1 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Jacottet <[email protected]>
  • Loading branch information
julienj and Julien Jacottet authored Nov 29, 2024
1 parent a12e1b1 commit 0af1bac
Show file tree
Hide file tree
Showing 4 changed files with 1,302 additions and 483 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cs: ## Run tests
$(PHP) vendor/bin/php-cs-fixer fix

phpstan: ## Run phpstan
$(PHP) vendor/bin/phpstan
$(PHP) vendor/bin/phpstan --memory-limit=1G

rector: ## Run rector
$(PHP) vendor/bin/rector
Expand Down
2 changes: 0 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

services:
php:
build: .infrastructure/php/
Expand Down
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"type": "project",
"require": {
"php": ">=8.3",
"symfony/console": "^7.0",
"symfony/yaml": "^7.0",
"symfony/event-dispatcher": "^7.0",
"symfony/serializer": "^7.0",
"symfony/config": "^7.0",
"symfony/filesystem": "^7.0",
"symfony/process": "^7.0",
"symfony/http-client": "^7.0",
"symfony/property-access": "^7.0",
"symfony/console": "^7.1",
"symfony/yaml": "^7.1",
"symfony/event-dispatcher": "^7.1",
"symfony/serializer": "^7.1",
"symfony/config": "^7.1",
"symfony/filesystem": "^7.1",
"symfony/process": "^7.1",
"symfony/http-client": "^7.1",
"symfony/property-access": "^7.1",
"phpseclib/phpseclib": "^3.0",
"phpdocumentor/reflection-docblock": "^5.3",
"symfony/finder": "^7.0"
"phpdocumentor/reflection-docblock": "^5.6",
"symfony/finder": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
"phpstan/phpstan": "^1.10",
"rector/rector": "^1.0",
"mockery/mockery": "^1.3",
"friendsofphp/php-cs-fixer": "^3.13",
"symfony/var-dumper": "^7.0"
"phpunit/phpunit": "^11.4",
"phpstan/phpstan": "^1.12",
"rector/rector": "^1.2",
"mockery/mockery": "^1.6",
"friendsofphp/php-cs-fixer": "^3.65",
"symfony/var-dumper": "^7.1"
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit 0af1bac

Please sign in to comment.