Skip to content

Commit 0fdf5a3

Browse files
author
Takashi Matsuo
authored
Adding the first snippet for the Logging API (GoogleCloudPlatform#153)
Adding the first snippet for the Logging API
1 parent 60bf987 commit 0fdf5a3

File tree

8 files changed

+2103
-0
lines changed

8 files changed

+2103
-0
lines changed

logging/composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"require": {
3+
"google/cloud": "<2.0",
4+
"symfony/console": "^3.0"
5+
},
6+
"require-dev": {
7+
"phpunit/phpunit": "~4.8"
8+
},
9+
"autoload": {
10+
"psr-4": { "Google\\Cloud\\Samples\\Logging\\": "src" }
11+
}
12+
}

0 commit comments

Comments
 (0)