Skip to content

Commit

Permalink
Minor updates (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
arietimmerman authored Jan 18, 2022
1 parent a5b788a commit b5b02a1
Show file tree
Hide file tree
Showing 8 changed files with 334 additions and 900 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: php-actions/composer@v1
- uses: php-actions/phpunit@v2
- uses: php-actions/composer@v6
with:
config: phpunit.xml
php_version: 7.4
- uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml
php_version: 7.4
version: 8.5
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
}
},
"require": {
"league/oauth2-server": "^7|^8"
"league/oauth2-server": "^8",
"nyholm/psr7": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
Expand All @@ -33,8 +34,5 @@
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"scripts": {
"post-install-cmd": "chmod 600 ./vendor/league/oauth2-server/tests/Stubs/private.key"
}
"minimum-stability": "stable"
}
Loading

0 comments on commit b5b02a1

Please sign in to comment.