Skip to content

Commit 28ffe8e

Browse files
authored
Merge pull request #90 from doctrine/1.1.x
Merge 1.1.x up into 1.2.x
2 parents 5a6b7f4 + 21139be commit 28ffe8e

File tree

4 files changed

+4
-1506
lines changed

4 files changed

+4
-1506
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- "7.3"
2727
- "7.4"
2828
- "8.0"
29+
- "8.1"
2930

3031
steps:
3132
- name: "Checkout code"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/.phpcs-cache
33
vendor/
44
vendor-bin/**/vendor
5+
vendor-bin/phpunit/composer.lock

vendor-bin/phpunit/composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"require": {
3-
"phpunit/phpunit": "^7.0 || 8.0"
3+
"phpunit/phpunit": "^7.0 || 8.0 || 9.5"
44
},
55
"config": {
6-
"sort-packages": true,
7-
"platform": {
8-
"php": "7.1.0"
9-
}
6+
"sort-packages": true
107
}
118
}

0 commit comments

Comments
 (0)