Skip to content

Commit

Permalink
Add ASMP PHP client library
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Mar 24, 2019
1 parent a4dbd67 commit 079b314
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 6 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"description": "WordPress integration plugin for ASMP",
"type": "wordpress-plugin",
"license": "MIT",
"require": {},
"require": {
"application-server-management-protocol/php-client": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^6"
},
Expand All @@ -16,5 +18,6 @@
"psr-4": {
"ASMP\\WordPressIntegration\\Tests\\": "tests/php/"
}
}
},
"minimum-stability": "dev"
}
329 changes: 325 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 079b314

Please sign in to comment.