Skip to content

Commit

Permalink
add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeevdv committed Dec 7, 2018
1 parent 006d143 commit 08ed433
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.idea/
/composer.lock
/composer.phar
/vendor/
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "welltime/phpagi",
"description": "PHPAGI is a PHP class for the Asterisk Gateway Interface.",
"type": "library",
"license": "LGPL-2.1-or-later",
"autoload": {
"classmap": [
"src/phpagi.php",
"src/phpagi-asmanager.php"
]
},
"require": {}
}
2 changes: 1 addition & 1 deletion mkdocs.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
$cwd = getcwd();
passthru("phpdoc -t \"$cwd/api-docs\" -f \"$cwd/phpagi.php,$cwd/phpagi-asmanager.php,$cwd/phpagi-fastagi.php\" -pp on -ti \"phpAGI\" -o HTML:frames:earthli -s on");
passthru("phpdoc -t \"$cwd/api-docs\" -f \"$cwd/src/phpagi.php,$cwd/src/phpagi-asmanager.php,$cwd/src/phpagi-fastagi.php\" -pp on -ti \"phpAGI\" -o HTML:frames:earthli -s on");
?>


File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 08ed433

Please sign in to comment.