{ "name": "magdev/gitea-bundle", "description": "Symfony bundle to integrate Gitea", "license": "MIT", "type": "symfony-bundle", "authors": [ { "name": "magdev", "email": "magdev3.0@gmail.com" } ], "require": { "guzzlehttp/guzzle": "^7.4", "http-interop/http-factory-guzzle": "^1.2", "owenvoke/gitea": "^0.1.6" }, "require-dev": { "phpunit/phpunit": "^9 || ^10", "symfony/config": "^6 || ^7", "symfony/dependency-injection": "^6 || ^7", "symfony/http-kernel": "^6 || ^7", "symfony/phpunit-bridge": "^6 || ^7" }, "minimum-stability": "stable", "autoload": { "psr-4": { "Magdev\\GiteaBundle\\": "src/" } }, "autoload-dev": { "psr-4": { "Magdev\\GiteaBundle\\Tests\\": "tests/" } }, "config": { "allow-plugins": { "php-http/discovery": true } } }