Skip to content

Commit

Permalink
Merge pull request #346 from dotkernel/issue-320
Browse files Browse the repository at this point in the history
Issue #320: composer.json dependencies cleanup
  • Loading branch information
arhimede authored Nov 14, 2024
2 parents 8a1dc6a + b0f1ee3 commit d197c8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,9 @@
"dotkernel/dot-response-header": "^3.2.3",
"laminas/laminas-component-installer": "^3.4.0",
"laminas/laminas-config-aggregator": "^1.14.0",
"laminas/laminas-http": "^2.19.0",
"laminas/laminas-hydrator": "^4.15.0",
"laminas/laminas-inputfilter": "^2.29.0",
"laminas/laminas-paginator": "^2.18.0",
"laminas/laminas-stdlib": "^3.19.0",
"laminas/laminas-text": "^2.11.0",
"mezzio/mezzio": "^3.19.0",
"mezzio/mezzio-authentication-oauth2": "^2.8.0",
"mezzio/mezzio-authorization-acl": "^1.10.0",
Expand All @@ -83,6 +80,7 @@
"require-dev": {
"laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-development-mode": "^3.12.0",
"laminas/laminas-http": "^2.19.0",
"mezzio/mezzio-tooling": "^2.9.0",
"phpunit/phpunit": "^10.5.10",
"roave/security-advisories": "dev-latest",
Expand Down
1 change: 0 additions & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
Laminas\HttpHandlerRunner\ConfigProvider::class,
Laminas\Hydrator\ConfigProvider::class,
Laminas\Mail\ConfigProvider::class,
Laminas\Paginator\ConfigProvider::class,
Laminas\Validator\ConfigProvider::class,
// Include cache configuration
new Laminas\ConfigAggregator\ArrayProvider($cacheConfig),
Expand Down

0 comments on commit d197c8b

Please sign in to comment.