Skip to content

Commit 3e08652

Browse files
authored
fix(deps): require PHP 8.1 or higher (#15)
8.1 is the minimum version with Security Support: https://www.php.net/supported-versions.php
1 parent d330239 commit 3e08652

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

google-analytics-admin/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"require": {
3+
"php": ">=8.1",
34
"google/analytics-admin": "^0.26.0"
45
},
56
"require-dev": {

google-analytics-data/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"require": {
3+
"php": ">=8.1",
34
"google/analytics-data": "^0.22.0"
45
},
56
"require-dev": {

0 commit comments

Comments
 (0)