We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da95cb commit fb40a80Copy full SHA for fb40a80
composer.json
@@ -3,7 +3,7 @@
3
"type": "library",
4
"description": "A PHP package to retrieve Google Analytics data",
5
"homepage": "https://github.com/reactmore/google-analytic-api-client",
6
- "version": "1.0.0",
+ "version": "2.0.0",
7
"license": "MIT",
8
"authors": [
9
{
@@ -31,13 +31,7 @@
31
"vlucas/phpdotenv": "^5.4"
32
},
33
"require-dev": {
34
- "squizlabs/php_codesniffer": "^3.6",
35
- "guzzlehttp/guzzle": "^6.2",
36
- "phpunit/phpunit": "^9.5",
37
- "mockery/mockery": "^1.4",
38
- "hamcrest/hamcrest-php": "^2.0"
39
40
- "suggest": {
41
- "guzzlehttp/guzzle": "^6.2"
+ "suggest": {"guzzlehttp/guzzle": "^6.2"
42
}
43
0 commit comments