Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Commit 0eb2257

Browse files
committed
Update composer
1 parent de55f98 commit 0eb2257

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/SwaggerClient-php/nbproject/private/
22
.idea
3-
php-IDCHECKIO.iml
3+
php-IDCHECKIO.iml
4+
/idcheckio-php-client/nbproject/private/

idcheckio-php-client/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
composer.lock
2+
vendor
3+
nbproject

idcheckio-php-client/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"squizlabs/php_codesniffer": "~2.6"
2929
},
3030
"autoload": {
31-
"psr-4": { "invoker\\" : "lib/" }
31+
"psr-4": { "invoker\\" : "lib/", "api\\" : "lib/api/", "model\\" : "lib/model/" }
3232
},
3333
"autoload-dev": {
3434
"psr-4": { "invoker\\" : "test/" }

0 commit comments

Comments
 (0)