FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
apimatic
/
core-interfaces
Edit File: composer.json
{ "name": "apimatic/core-interfaces", "description": "Definition of the behavior of apimatic/core, apimatic/unirest-php and Apimatic's PHP SDK", "keywords": [ "apimatic", "php", "core", "CoreLib", "unirest", "interface" ], "license": "MIT", "type": "library", "homepage": "https://github.com/apimatic/core-interfaces-php", "require": { "php": "^7.2 || ^8.0" }, "autoload": { "psr-4": { "CoreInterfaces\\": "src/" } } }
Save
Back