diff --git a/.gitattributes b/.gitattributes index 32598106..cb436596 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,12 +4,12 @@ /.github export-ignore /.gitignore export-ignore /.phan export-ignore -/.php_cs export-ignore /.scrutinizer.yml export-ignore /.travis.yml export-ignore /changelog.md export-ignore /docs export-ignore /examples export-ignore +/phpcs.xml.dist export-ignore /phpdoc.dist.xml export-ignore /test export-ignore /travis.phpunit.xml.dist export-ignore diff --git a/.gitignore b/.gitignore index 4719a995..792a46b9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ build/ vendor/ *.pem composer.lock +.phpcs.xml +phpcs.xml +.phpcs-cache diff --git a/composer.json b/composer.json index 58e2b5e7..d3b209cf 100644 --- a/composer.json +++ b/composer.json @@ -34,10 +34,10 @@ "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "doctrine/annotations": "^1.2", - "phpcompatibility/php-compatibility": "9.3.5", + "phpcompatibility/php-compatibility": "^9.3.5", "phpunit/phpunit": "^4.8 || ^5.7", "roave/security-advisories": "dev-latest", - "squizlabs/php_codesniffer": "3.5.6" + "squizlabs/php_codesniffer": "^3.5.6" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset", diff --git a/get_oauth_token.php b/get_oauth_token.php index 8335883a..560d3645 100644 --- a/get_oauth_token.php +++ b/get_oauth_token.php @@ -1,4 +1,5 @@ + ?>
Select Provider: