Skip to content

Commit 39919f8

Browse files
committed
Update phpunit to 9.5
1 parent df647bc commit 39919f8

File tree

253 files changed

+7866
-6108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+7866
-6108
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.md]
11+
trim_trailing_whitespace = false

.prettierrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"tabWidth": 2
3+
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1",
13+
"php": "^7.1||^8.0",
1414
"webonyx/graphql-php": "^14.3.0"
1515
},
1616
"require-dev": {
1717
"processwire/processwire": "^3.0.164",
1818
"ryancramerdesign/fieldtypemapmarker": "1.0.0",
1919
"dadish/graphqlfieldtypemapmarker": "2.0.0",
20-
"phpunit/phpunit": "^7.5"
20+
"phpunit/phpunit": "^9.5"
2121
},
2222
"repositories": [
2323
{

0 commit comments

Comments
 (0)