haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
home
/
sc1jaqa5103
/
dev.puv-editions.fr
/
wp-content
/
plugins
/
import-onix
/
Filename :
composer.json
back
Copy
{ "name": "firstinfo/import", "description": "Plugin import a onix metadata", "type": "composer-plugin", "license": "Property", "authors": [ { "name": "Firstinfo", "email": "contact@firstinfo.fr" } ], "require" : { "kjantzer/ponipar": "^0.2.0", "php-di/php-di": "^7.0", "illuminate/database": "^9.0", "mnapoli/silly": "^1.8", "monolog/monolog": "^2.9" }, "require-dev": { "symfony/var-dumper": "^4", "10up/wp_mock": "^0.4.2", "phpunit/phpunit": "^9.6" }, "autoload": { "psr-4": { "Firstinfo\\Import\\": "./includes", "Tests\\": "./tests" } }, "config": { "allow-plugins": { "kylekatarnls/update-helper": true } } }