Skip to content

Commit 9acfa69

Browse files
authored
Merge pull request #56 from php-api-clients/php-8.1
Bump package to PHP 8.1+ in composer.json
2 parents 5e716e9 + 33e2404 commit 9acfa69

File tree

2 files changed

+142
-203
lines changed

2 files changed

+142
-203
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"require": {
22-
"php": "^8 || ^7.4",
22+
"php": "^8.1",
2323
"cebe/php-openapi": "dev-openapi-31 as 1.6.0",
2424
"jawira/case-converter": "^3.4",
2525
"twig/twig": "^3.0",
@@ -44,7 +44,7 @@
4444
},
4545
"config": {
4646
"platform": {
47-
"php": "7.4.7"
47+
"php": "8.1.99"
4848
},
4949
"allow-plugins": {
5050
"wyrihaximus/composer-update-bin-autoload-path": true

0 commit comments

Comments
 (0)