Skip to content

Commit 5413bf0

Browse files
authored
PHP8 updates (#4)
1 parent e9e39b1 commit 5413bf0

File tree

4 files changed

+17
-2623
lines changed

4 files changed

+17
-2623
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.github export-ignore
2+
.gitattributes export-ignore
3+
.gitignore export-ignore
4+
CONDUCT.md export-ignore
5+
CONTRIBUTING.md export-ignore
6+
ISSUE_TEMPLATE.md export-ignore
7+
LICENSE.md export-ignore
8+
PULL_REQUEST_TEMPLATE.md export-ignore
9+
README.md export-ignore
10+
tests export-ignore
11+
benchmarks export-ignore
12+
phpunit.xml export-ignore
13+
phpbench.json export-ignore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.phpunit.result.cache
2+
composer.lock
23
/.vscode
34
/.idea
45
/vendor

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1"
19+
"php": "^7.1 || ^8.0"
2020
},
2121
"require-dev": {
22-
"phpbench/phpbench": "^0.16",
23-
"phpunit/phpunit": "^8.0"
22+
"phpbench/phpbench": "^0.17",
23+
"phpunit/phpunit": "^9.0"
2424
},
2525
"suggest": {
2626
"ext-buffer": "C extension to speed up pack/unpack binary data"

0 commit comments

Comments
 (0)