Skip to content

Commit

Permalink
chore: normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Mar 13, 2023
1 parent 2bbf99d commit aad145f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"require-dev": {
"ext-json": "*",
"ext-pcov": "*",
"ext-libxml": "*",
"ext-pcov": "*",
"ext-simplexml": "*",
"ext-xsl": "*",
"ecphp/php-conventions": "^1",
Expand All @@ -41,19 +41,19 @@
"phpstan/phpstan-strict-rules": "^1",
"symfony/cache": "^5.4 || ^6",
"symfony/http-client": "^5.4 || ^6",
"veewee/xml": "^2.6",
"symfony/var-dumper": "^6.2"
"symfony/var-dumper": "^6.2",
"veewee/xml": "^2.6"
},
"provide": {
"psr/http-server-handler-implementation": "^1.0"
},
"suggest": {
"ext-json": "If you want to support CAS using JSON format",
"veewee/xml": "If you want to support CAS using XML format",
"ext-libxml": "If you want to support CAS using XML format",
"ext-simplexml": "If you want to support CAS using XML format",
"ext-xsl": "If you want to support CAS using XML format",
"nyholm/psr7": "A super lightweight PSR-7 implementation"
"nyholm/psr7": "A super lightweight PSR-7 implementation",
"veewee/xml": "If you want to support CAS using XML format"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit aad145f

Please sign in to comment.