Imported code from old repository
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name" : "cloudobjects/phpmae",
|
||||
"description" : "The PHP Micro API Engine.",
|
||||
"keywords": ["cloudobjects", "serverless", "faas", "microapi", "sandbox"],
|
||||
"homepage": "https://github.com/CloudObjects/phpMAE",
|
||||
"license": "MPL-2.0",
|
||||
"require": {
|
||||
"symfony/console" : "^4.2.1",
|
||||
"corveda/php-sandbox": "^2.0.1",
|
||||
"cloudobjects/sdk" : "dev-main",
|
||||
"php-di/php-di": "^6.0",
|
||||
"slim/slim" : "^3.0",
|
||||
"jsonrpc/jsonrpc": "^1.0",
|
||||
"vlucas/phpdotenv" : "^2.4.0",
|
||||
"semsol/arc2" : "~2.3.1",
|
||||
"cloudobjects/rdfutilities" : "dev-main",
|
||||
"tuupola/slim-basic-auth": "^3.2",
|
||||
"dflydev/fig-cookies": "^1.0",
|
||||
"doctrine/collections": "^1.5",
|
||||
"twig/twig": "^2.5",
|
||||
"monolog/monolog": "^1.24",
|
||||
"guzzlehttp/oauth-subscriber": "^0.3.0",
|
||||
"webmozart/assert": "^1.3",
|
||||
"psr/simple-cache": "^1.0",
|
||||
"tuupola/cors-middleware": "^1.1",
|
||||
"relay/relay": "^2.1",
|
||||
"symfony/mailer": "^5.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"CloudObjects\\PhpMAE\\" : "classes"
|
||||
},
|
||||
"files" : [
|
||||
"vendor/semsol/arc2/ARC2_getFormat.php",
|
||||
"vendor/semsol/arc2/ARC2_getPreferredFormat.php"
|
||||
]
|
||||
},
|
||||
"require-dev" : {
|
||||
"phpunit/phpunit": "~5.7",
|
||||
"consolidation/robo": "~1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user