Skip to content

Commit

Permalink
Merge pull request #766 from driehle/dev-cleanup
Browse files Browse the repository at this point in the history
Updated and removed unnecessary dev dependencies
  • Loading branch information
driehle authored Dec 30, 2024
2 parents 422e5ba + 128a052 commit 0862b9b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,19 @@
"require-dev": {
"doctrine/annotations": "^2.0.0",
"doctrine/coding-standard": "^12.0.0",
"doctrine/data-fixtures": "^1.5.2",
"doctrine/data-fixtures": "^2.0.1",
"doctrine/migrations": "^3.8.0",
"laminas/laminas-cache-storage-adapter-filesystem": "^2.0",
"laminas/laminas-cache-storage-adapter-memory": "^2.0",
"laminas/laminas-developer-tools": "^2.3.0",
"laminas/laminas-i18n": "^2.13.0",
"laminas/laminas-log": "^2.15.0",
"laminas/laminas-i18n": "^2.23.0",
"laminas/laminas-serializer": "^2.12.0",
"phpstan/phpstan": "^2.0.4",
"phpstan/phpstan-phpunit": "^2.0.3",
"phpunit/phpunit": "^10.5.40",
"squizlabs/php_codesniffer": "^3.6.2"
"phpunit/phpunit": "^10.5.40"
},
"conflict": {
"doctrine/data-fixtures": "<2.0",
"doctrine/migrations": "<3.8",
"laminas/laminas-form": "<3.10"
},
Expand Down

0 comments on commit 0862b9b

Please sign in to comment.