Update composer dependencies

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2022-08-21 22:35:53 +02:00
parent 409464cf0b
commit f932316801
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
3 changed files with 2068 additions and 917 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
php-versions: ['7.3', '7.4'] php-versions: ['8.0', '8.1']
name: php${{ matrix.php-versions }} name: php${{ matrix.php-versions }}
steps: steps:
@ -50,7 +50,7 @@ jobs:
- name: Set up php - name: Set up php
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: 7.4 php-version: 8.0
coverage: none coverage: none
- name: Install dependencies - name: Install dependencies
run: composer i run: composer i

View File

@ -9,12 +9,17 @@
"email": "dev@bernhard-posselt.com" "email": "dev@bernhard-posselt.com"
} }
], ],
"require": {}, "require": {
"php": ">=7.3 <=8.1"
},
"require-dev": { "require-dev": {
"nextcloud/coding-standard": "^0.3.0", "nextcloud/coding-standard": "^0.3.0",
"phpunit/phpunit": "^7.5" "phpunit/phpunit": "^9.5"
}, },
"config": { "config": {
"platform": {
"php": "7.4"
},
"optimize-autoloader": true, "optimize-autoloader": true,
"classmap-authoritative": true "classmap-authoritative": true
}, },

2972
composer.lock generated

File diff suppressed because it is too large Load Diff