package updates

This commit is contained in:
2024-09-12 23:10:09 +02:00
parent 29f526672e
commit 2fdb2cd725
2 changed files with 347 additions and 339 deletions

View File

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

656
composer.lock generated

File diff suppressed because it is too large Load Diff