Skip to content

Commit 178b942

Browse files
authored
Bump dev dependencies (#241)
1 parent 956804e commit 178b942

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
name: "Coding Standards"
1515
uses: "doctrine/.github/.github/workflows/[email protected]"
1616
with:
17-
composer-root-version: "2.2"
18-
php-version: "7.4"
17+
composer-root-version: "2.3"
18+
php-version: "8.1"

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
name: "Static Analysis"
1515
uses: "doctrine/.github/.github/workflows/[email protected]"
1616
with:
17-
composer-root-version: "2.2"
18-
php-version: "7.4"
17+
composer-root-version: "2.3"
18+
php-version: "8.1"

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
},
3030
"require-dev": {
3131
"composer/package-versions-deprecated": "^1.11",
32-
"phpstan/phpstan": "1.2.0",
32+
"phpstan/phpstan": "1.4.6",
3333
"doctrine/annotations": "^1.0",
34-
"doctrine/coding-standard": "^6.0 || ^9.0",
34+
"doctrine/coding-standard": "^9.0",
3535
"doctrine/common": "^3.0",
36-
"phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
37-
"symfony/cache": "^4.4 || ^5.0 || ^6.0",
38-
"vimeo/psalm": "4.20.0"
36+
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5",
37+
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
38+
"vimeo/psalm": "4.21.0"
3939
},
4040
"conflict": {
4141
"doctrine/annotations": "<1.0 || >=2.0",
42-
"doctrine/common": "<2.10@dev"
42+
"doctrine/common": "<2.10"
4343
},
4444
"autoload": {
4545
"psr-4": {

phpcs.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<!-- Ignore warnings and show progress of the run -->
1010
<arg value="nps"/>
1111

12+
<config name="php_version" value="70100"/>
13+
1214
<file>lib</file>
1315
<file>tests</file>
1416

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ includes:
33

44
parameters:
55
level: 7
6+
phpVersion: 80100
67

78
paths:
89
- lib

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0"?>
22
<psalm
33
errorLevel="3"
4+
phpVersion="8.1"
45
findUnusedPsalmSuppress="true"
56
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
67
xmlns="https://getpsalm.org/schema/config"

0 commit comments

Comments
 (0)