Last change
on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago |
Upload project files
|
-
Property mode
set to
100644
|
File size:
602 bytes
|
Rev | Line | |
---|
[e3d4e0a] | 1 | {
|
---|
| 2 | "name": "google/apiclient-services",
|
---|
| 3 | "type": "library",
|
---|
| 4 | "description": "Client library for Google APIs",
|
---|
| 5 | "keywords": ["google"],
|
---|
| 6 | "homepage": "http://developers.google.com/api-client-library/php",
|
---|
| 7 | "license": "Apache-2.0",
|
---|
| 8 | "require": {
|
---|
| 9 | "php": "^8.0"
|
---|
| 10 | },
|
---|
| 11 | "require-dev": {
|
---|
| 12 | "phpunit/phpunit": "^9.6"
|
---|
| 13 | },
|
---|
| 14 | "autoload": {
|
---|
| 15 | "psr-4": {
|
---|
| 16 | "Google\\Service\\": "src"
|
---|
| 17 | },
|
---|
| 18 | "files": [
|
---|
| 19 | "autoload.php"
|
---|
| 20 | ]
|
---|
| 21 | },
|
---|
| 22 | "autoload-dev": {
|
---|
| 23 | "psr-4": {
|
---|
| 24 | "Google\\": "tests/mocks"
|
---|
| 25 | }
|
---|
| 26 | }
|
---|
| 27 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.