Skip to content

Commit 952271f

Browse files
authored
Update composer.json
1 parent d46a94d commit 952271f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"analytics",
1111
"analytics 4",
1212
"google analytics",
13+
"google analytics 4",
1314
"server side tracking",
1415
"tracking",
1516
"ga4",
@@ -41,12 +42,12 @@
4142
}
4243
},
4344
"require": {
44-
"php": "^8.0.0|8.1.0|8.2.0",
45+
"php": ">=8.0,<8.3",
4546
"guzzlehttp/guzzle": "^7.0"
4647
},
4748
"require-dev": {
4849
"phpunit/phpunit": "^9.0|^10.0"
4950
},
5051
"minimum-stability": "stable",
5152
"prefer-stable": true
52-
}
53+
}

0 commit comments

Comments
 (0)