Skip to content

Commit 2072c59

Browse files
committed
bump minimum PHP to 8.1
1 parent 6fdb904 commit 2072c59

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mglaman/drupalorg-cli",
33
"description": "Command line interface for interacting with Drupal.org",
44
"require": {
5-
"php": "^7.4 || ^8.0",
5+
"php": "^8.1",
66
"ext-dom": "*",
77
"ext-json": "*",
88
"composer-runtime-api": "^2.0.0",
@@ -41,7 +41,7 @@
4141
"optimize-autoloader": true,
4242
"preferred-install": "dist",
4343
"platform": {
44-
"php": "7.4"
44+
"php": "8.1.99"
4545
},
4646
"allow-plugins": {
4747
"phpstan/extension-installer": true

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)