Skip to content

Commit

Permalink
apply composer normalize updates
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jul 8, 2024
1 parent c6bce18 commit 15e747d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"psr/http-message-implementation": "^1"
},
"require-dev": {
"ergebnis/composer-normalize": "2.43.*",
"friendsofphp/php-cs-fixer": "3.59.*",
"mockery/mockery": "1.6.*",
"pestphp/pest": "2.34.*",
"phpstan/phpstan": "1.11.*",
"phpstan/phpstan-strict-rules": "1.6.*",
"psr-mock/http": "1.0.*",
"rector/rector": "0.17.*",
"spatie/ray": "1.41.*",
"ergebnis/composer-normalize": "~2.43.0",
"friendsofphp/php-cs-fixer": "~3.59.0",
"mockery/mockery": "~1.6.0",
"pestphp/pest": "~2.34.0",
"phpstan/phpstan": "~1.11.0",
"phpstan/phpstan-strict-rules": "~1.6.0",
"psr-mock/http": "~1.0.0",
"rector/rector": "~0.17.0",
"spatie/ray": "~1.41.0",
"symfony/cache": "^4 || ^5 || ^6",
"symfony/event-dispatcher": "^4 || ^5 || ^6",
"vimeo/psalm": "5.25.*",
"wikimedia/composer-merge-plugin": "2.1.*"
"vimeo/psalm": "~5.25.0",
"wikimedia/composer-merge-plugin": "~2.1.0"
},
"suggest": {
"psr/cache-implementation": "(PSR-6 Cache) Improve performance by avoiding making redundant network requests.",
Expand Down

0 comments on commit 15e747d

Please sign in to comment.