Skip to content

Commit

Permalink
Install ergebnis/composer-normalize and run it
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Dec 12, 2024
1 parent 19bfb89 commit 2c1f1ef
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,6 @@
"name": "league/oauth2-client",
"description": "OAuth 2.0 Client Library",
"license": "MIT",
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-json": "*",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.1",
"psr/http-message": "^2.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.4.5",
"mockery/mockery": "^1.6",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpunit/phpunit": "^10.5 || ^11.5",
"ramsey/coding-standard": "^2.2",
"squizlabs/php_codesniffer": "^3.11"
},
"keywords": [
"oauth",
"oauth2",
Expand All @@ -45,8 +24,23 @@
"homepage": "https://github.com/shadowhand",
"role": "Contributor"
}

],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-json": "*",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.1",
"psr/http-message": "^2.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.45",
"guzzlehttp/guzzle": "^7.4.5",
"mockery/mockery": "^1.6",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpunit/phpunit": "^10.5 || ^11.5",
"ramsey/coding-standard": "^2.2",
"squizlabs/php_codesniffer": "^3.11"
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
Expand All @@ -57,6 +51,13 @@
"League\\OAuth2\\Client\\Test\\": "test/src/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true
},
"sort-packages": true
},
"scripts": {
"cs": "phpcs",
"cs-fix": "phpcbf",
Expand Down

0 comments on commit 2c1f1ef

Please sign in to comment.