Skip to content

Commit aefade7

Browse files
authored
Merge pull request #2 from integer-net/php81
declare PHP 8.1 compatibility
2 parents 212ca67 + 43fd70e commit aefade7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1.0|^7.2.0|^7.3.0",
13+
"php": "^7.1.0|^7.2.0|^7.3.0|^8.0.0|^8.1.0",
1414
"roave/security-advisories": "dev-master",
1515
"deployer/deployer": "^6.4"
1616
},
@@ -41,5 +41,11 @@
4141
},
4242
"scripts": {
4343
"test": "phpunit && infection && phpstan analyze --level 7 src tests && phan"
44+
},
45+
"config": {
46+
"allow-plugins": {
47+
"ocramius/package-versions": true,
48+
"phpro/grumphp": true
49+
}
4450
}
4551
}

0 commit comments

Comments
 (0)