Skip to content

Commit 19b006e

Browse files
committed
Update dependencies.
1 parent 1a16573 commit 19b006e

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
operating-system: [ubuntu-latest]
9-
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
9+
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1010
runs-on: ${{ matrix.operating-system }}
1111
steps:
1212
- name: Checkout

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ composer.phar
1313

1414
### PHP CS Fixer ###
1515
.php_cs.cache
16+
.php-cs-fixer.cache
1617

1718
### phpunit ###
18-
.phpunit.result.cache
19+
.phpunit.result.cache

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
],
1414
"require": {
1515
"php": ">=7.1.3",
16-
"tecnickcom/tc-lib-barcode": ">=1.17.0 <=1.17.14"
16+
"tecnickcom/tc-lib-barcode": ">=1.17.0 <=1.17.24"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^9.5.0||^8.5.13||^7.5.20",
20-
"phpstan/phpstan": "^0.12.66",
21-
"friendsofphp/php-cs-fixer": "^2.18"
19+
"phpunit/phpunit": "^10.1.3||^9.5.0||^8.5.13||^7.5.20",
20+
"phpstan/phpstan": "^1.10||^0.12.100",
21+
"friendsofphp/php-cs-fixer": "^3.16"
2222
},
2323
"autoload": {
2424
"psr-4": {

precommit.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
call .\vendor\bin\php-cs-fixer fix .
22
call .\vendor\bin\phpunit
3-
call .\vendor\bin\phpstan analyse src tests --level=7
3+
call .\vendor\bin\phpstan analyse src tests --level=8

0 commit comments

Comments
 (0)