Skip to content

Commit

Permalink
deps: cleanup dependencies (#17)
Browse files Browse the repository at this point in the history
* deps: cleanup dependencies

* bump DI

* comment out unneeded config
  • Loading branch information
priyadi authored Sep 21, 2024
1 parent 1113909 commit 73066f2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* test: use full Symfony framework-bundle for testing
* test: test new & legacy proxy
* deps: cleanup dependencies

## 1.3.2

Expand Down
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"doctrine/orm": "^2.16 || ^3.0",
"rekalogika/direct-property-access": "^1.1.2 || ^1.2",
"symfony/config": "^6.0 || ^7.0",
"symfony/dependency-injection": "^6.0 || ^7.0",
"symfony/dependency-injection": "^6.1 || ^7.0",
"symfony/http-kernel": "^6.0 || ^7.0"
},
"require-dev": {
Expand All @@ -41,13 +41,7 @@
"symfony/phpunit-bridge": "^6.0 || ^7.0",
"symfony/uid": "^6.0 || ^7.0",
"symfony/yaml": "^6.0 || ^7.0",
"vimeo/psalm": "^5.26",
"zenstruck/foundry": "^2.0"
},
"extra": {
"branch-alias": {
"dev-main": "1.0-dev"
}
"vimeo/psalm": "^5.26"
},
"config": {
"sort-packages": true
Expand Down
14 changes: 7 additions & 7 deletions tests/config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ parameters:
framework:
test: true
http_method_override: false
handle_all_throwables: true
php_errors:
throw: true
log: true
uid:
default_uuid_version: 7
time_based_uuid_version: 7
# handle_all_throwables: true
# php_errors:
# throw: true
# log: true
# uid:
# default_uuid_version: 7
# time_based_uuid_version: 7
1 change: 0 additions & 1 deletion tests/src/ReconstitutorKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public function registerBundles(): iterable
return [
new FrameworkBundle(),
new DoctrineBundle(),
new ZenstruckFoundryBundle(),
new RekalogikaDirectPropertyAccessBundle(),
new RekalogikaReconstitutorBundle(),
];
Expand Down

0 comments on commit 73066f2

Please sign in to comment.