Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed May 30, 2023
1 parent 1b6203d commit 66cce8a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,28 @@
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"php-http/multipart-stream-builder": "^1.2",
"psr-discovery/all": "^1.0",
"psr/http-client-implementation": "^1.0",
"psr/http-factory-implementation": "^1.0",
"psr/http-message-implementation": "^1.0"
"php-http/multipart-stream-builder": "^1",
"psr-discovery/all": "^1",
"psr/http-client-implementation": "^1",
"psr/http-factory-implementation": "^1",
"psr/http-message-implementation": "^1"
},
"suggest": {
"psr/cache-implementation": "(PSR-6 Cache) Improve performance by avoiding making redundant network requests.",
"psr/event-dispatcher-implementation": "(PSR-14 Event Dispatcher) Observe and react to events when they occur."
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
"mockery/mockery": "^1.5",
"pestphp/pest": "^2.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-strict-rules": "^1.5",
"psr-mock/http": "^1.0",
"rector/rector": "^0.16",
"symfony/cache": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "^5.8",
"wikimedia/composer-merge-plugin": "^2.0"
"friendsofphp/php-cs-fixer": "^3",
"mockery/mockery": "^1",
"pestphp/pest": "^2",
"phpstan/phpstan": "^1",
"phpstan/phpstan-strict-rules": "^1",
"psr-mock/http": "^1",
"rector/rector": "^0",
"symfony/cache": "^4 || ^5 || ^6",
"symfony/event-dispatcher": "^4 || ^5 || ^6",
"vimeo/psalm": "^5",
"wikimedia/composer-merge-plugin": "^2"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 66cce8a

Please sign in to comment.