Skip to content

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Oct 18, 2022
1 parent 1c1e0a8 commit 6e57ce8
Show file tree
Hide file tree
Showing 3 changed files with 2,046 additions and 895 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
php-versions: ['7.3', '7.4']
php-versions: ['8.0', '8.1']

name: php${{ matrix.php-versions }}
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up php
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.0
coverage: none
- name: Install dependencies
run: composer i
Expand Down
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@
"email": "dev@bernhard-posselt.com"
}
],
"require": {},
"require": {
"php": ">=7.3 <=8.1"
},
"require-dev": {
"nextcloud/coding-standard": "^0.3.0",
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^9.5"
},
"config": {
"platform": {
"php": "7.4"
},
"optimize-autoloader": true,
"classmap-authoritative": true
},
Expand Down

0 comments on commit 6e57ce8

Please sign in to comment.