You've already forked gitea-bundle
Initial commit
This commit is contained in:
35
composer.json
Normal file
35
composer.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "magdev/gitea-bundle",
|
||||
"description": "Symfony bundle to integrate Gitea",
|
||||
"type": "symfony-bundle",
|
||||
"require": {
|
||||
"owenvoke/gitea": "^0.1.6",
|
||||
"guzzlehttp/guzzle": "^7.4",
|
||||
"http-interop/http-factory-guzzle": "^1.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/http-kernel": "^5.4",
|
||||
"symfony/dependency-injection": "^5.4",
|
||||
"symfony/config": "^5.4",
|
||||
"symfony/phpunit-bridge": "^6.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Magdev\\GiteaBundle\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Magdev\\GiteaBundle\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "magdev",
|
||||
"email": "magdev3.0@gmail.com"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "stable"
|
||||
}
|
||||
Reference in New Issue
Block a user