diff --git a/.env b/.env index 074d956..a83567a 100644 --- a/.env +++ b/.env @@ -19,13 +19,3 @@ APP_ENV=dev APP_SECRET=7189792ca5da6b84aff72ec1c63d95ae ###< symfony/framework-bundle ### - -###> doctrine/doctrine-bundle ### -# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url -# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml -# -# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db" -# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4" -# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4" -DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" -###< doctrine/doctrine-bundle ### diff --git a/composer.json b/composer.json index e9327ba..c19885a 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,6 @@ "ext-iconv": "*", "craue/formflow-bundle": "*", "curl/curl": "^2.5", - "doctrine/dbal": "^3", - "doctrine/doctrine-bundle": "^2.12", - "doctrine/doctrine-migrations-bundle": "^3.3", - "doctrine/orm": "^3.1", "friendsofsymfony/jsrouting-bundle": "*", "phpdocumentor/reflection-docblock": "^5.4", "phpstan/phpdoc-parser": "^1.29", diff --git a/composer.lock b/composer.lock index df3e002..f07a762 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6b7e40f729b7bdcdb763ea5edb6def7e", + "content-hash": "ef97d9aa636ea1b34627e65322f4c912", "packages": [ { "name": "composer/semver", @@ -237,298 +237,6 @@ }, "time": "2022-12-14T13:27:59+00:00" }, - { - "name": "doctrine/cache", - "version": "2.2.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/cache.git", - "reference": "1ca8f21980e770095a31456042471a57bc4c68fb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb", - "reference": "1ca8f21980e770095a31456042471a57bc4c68fb", - "shasum": "" - }, - "require": { - "php": "~7.1 || ^8.0" - }, - "conflict": { - "doctrine/common": ">2.2,<2.4" - }, - "require-dev": { - "cache/integration-tests": "dev-master", - "doctrine/coding-standard": "^9", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "psr/cache": "^1.0 || ^2.0 || ^3.0", - "symfony/cache": "^4.4 || ^5.4 || ^6", - "symfony/var-exporter": "^4.4 || ^5.4 || ^6" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", - "homepage": "https://www.doctrine-project.org/projects/cache.html", - "keywords": [ - "abstraction", - "apcu", - "cache", - "caching", - "couchdb", - "memcached", - "php", - "redis", - "xcache" - ], - "support": { - "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/2.2.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", - "type": "tidelift" - } - ], - "time": "2022-05-20T20:07:39+00:00" - }, - { - "name": "doctrine/collections", - "version": "2.2.2", - "source": { - "type": "git", - "url": "https://github.com/doctrine/collections.git", - "reference": "d8af7f248c74f195f7347424600fd9e17b57af59" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/d8af7f248c74f195f7347424600fd9e17b57af59", - "reference": "d8af7f248c74f195f7347424600fd9e17b57af59", - "shasum": "" - }, - "require": { - "doctrine/deprecations": "^1", - "php": "^8.1" - }, - "require-dev": { - "doctrine/coding-standard": "^12", - "ext-json": "*", - "phpstan/phpstan": "^1.8", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^10.5", - "vimeo/psalm": "^5.11" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Collections\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", - "homepage": "https://www.doctrine-project.org/projects/collections.html", - "keywords": [ - "array", - "collections", - "iterators", - "php" - ], - "support": { - "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/2.2.2" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections", - "type": "tidelift" - } - ], - "time": "2024-04-18T06:56:21+00:00" - }, - { - "name": "doctrine/dbal", - "version": "3.8.4", - "source": { - "type": "git", - "url": "https://github.com/doctrine/dbal.git", - "reference": "b05e48a745f722801f55408d0dbd8003b403dbbd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/b05e48a745f722801f55408d0dbd8003b403dbbd", - "reference": "b05e48a745f722801f55408d0dbd8003b403dbbd", - "shasum": "" - }, - "require": { - "composer-runtime-api": "^2", - "doctrine/cache": "^1.11|^2.0", - "doctrine/deprecations": "^0.5.3|^1", - "doctrine/event-manager": "^1|^2", - "php": "^7.4 || ^8.0", - "psr/cache": "^1|^2|^3", - "psr/log": "^1|^2|^3" - }, - "require-dev": { - "doctrine/coding-standard": "12.0.0", - "fig/log-test": "^1", - "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.10.58", - "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "9.6.16", - "psalm/plugin-phpunit": "0.18.4", - "slevomat/coding-standard": "8.13.1", - "squizlabs/php_codesniffer": "3.9.0", - "symfony/cache": "^5.4|^6.0|^7.0", - "symfony/console": "^4.4|^5.4|^6.0|^7.0", - "vimeo/psalm": "4.30.0" - }, - "suggest": { - "symfony/console": "For helpful console commands such as SQL execution and import of files." - }, - "bin": [ - "bin/doctrine-dbal" - ], - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\DBAL\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - } - ], - "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", - "homepage": "https://www.doctrine-project.org/projects/dbal.html", - "keywords": [ - "abstraction", - "database", - "db2", - "dbal", - "mariadb", - "mssql", - "mysql", - "oci8", - "oracle", - "pdo", - "pgsql", - "postgresql", - "queryobject", - "sasql", - "sql", - "sqlite", - "sqlserver", - "sqlsrv" - ], - "support": { - "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.8.4" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", - "type": "tidelift" - } - ], - "time": "2024-04-25T07:04:44+00:00" - }, { "name": "doctrine/deprecations", "version": "1.1.3", @@ -576,889 +284,6 @@ }, "time": "2024-01-30T19:34:25+00:00" }, - { - "name": "doctrine/doctrine-bundle", - "version": "2.12.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "5418e811a14724068e95e0ba43353b903ada530f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/5418e811a14724068e95e0ba43353b903ada530f", - "reference": "5418e811a14724068e95e0ba43353b903ada530f", - "shasum": "" - }, - "require": { - "doctrine/cache": "^1.11 || ^2.0", - "doctrine/dbal": "^3.7.0 || ^4.0", - "doctrine/persistence": "^2.2 || ^3", - "doctrine/sql-formatter": "^1.0.1", - "php": "^7.4 || ^8.0", - "symfony/cache": "^5.4 || ^6.0 || ^7.0", - "symfony/config": "^5.4 || ^6.0 || ^7.0", - "symfony/console": "^5.4 || ^6.0 || ^7.0", - "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", - "symfony/deprecation-contracts": "^2.1 || ^3", - "symfony/doctrine-bridge": "^5.4.19 || ^6.0.7 || ^7.0", - "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0", - "symfony/polyfill-php80": "^1.15", - "symfony/service-contracts": "^1.1.1 || ^2.0 || ^3" - }, - "conflict": { - "doctrine/annotations": ">=3.0", - "doctrine/orm": "<2.17 || >=4.0", - "twig/twig": "<1.34 || >=2.0 <2.4" - }, - "require-dev": { - "doctrine/annotations": "^1 || ^2", - "doctrine/coding-standard": "^12", - "doctrine/deprecations": "^1.0", - "doctrine/orm": "^2.17 || ^3.0", - "friendsofphp/proxy-manager-lts": "^1.0", - "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.4", - "psalm/plugin-symfony": "^5", - "psr/log": "^1.1.4 || ^2.0 || ^3.0", - "symfony/phpunit-bridge": "^6.1 || ^7.0", - "symfony/property-info": "^5.4 || ^6.0 || ^7.0", - "symfony/proxy-manager-bridge": "^5.4 || ^6.0 || ^7.0", - "symfony/security-bundle": "^5.4 || ^6.0 || ^7.0", - "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0", - "symfony/string": "^5.4 || ^6.0 || ^7.0", - "symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0", - "symfony/validator": "^5.4 || ^6.0 || ^7.0", - "symfony/var-exporter": "^5.4 || ^6.2 || ^7.0", - "symfony/web-profiler-bundle": "^5.4 || ^6.0 || ^7.0", - "symfony/yaml": "^5.4 || ^6.0 || ^7.0", - "twig/twig": "^1.34 || ^2.12 || ^3.0", - "vimeo/psalm": "^5.15" - }, - "suggest": { - "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", - "ext-pdo": "*", - "symfony/web-profiler-bundle": "To use the data collector." - }, - "type": "symfony-bundle", - "autoload": { - "psr-4": { - "Doctrine\\Bundle\\DoctrineBundle\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, - { - "name": "Doctrine Project", - "homepage": "https://www.doctrine-project.org/" - } - ], - "description": "Symfony DoctrineBundle", - "homepage": "https://www.doctrine-project.org", - "keywords": [ - "database", - "dbal", - "orm", - "persistence" - ], - "support": { - "issues": "https://github.com/doctrine/DoctrineBundle/issues", - "source": "https://github.com/doctrine/DoctrineBundle/tree/2.12.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle", - "type": "tidelift" - } - ], - "time": "2024-03-19T07:20:37+00:00" - }, - { - "name": "doctrine/doctrine-migrations-bundle", - "version": "3.3.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", - "reference": "1dd42906a5fb9c5960723e2ebb45c68006493835" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1dd42906a5fb9c5960723e2ebb45c68006493835", - "reference": "1dd42906a5fb9c5960723e2ebb45c68006493835", - "shasum": "" - }, - "require": { - "doctrine/doctrine-bundle": "^2.4", - "doctrine/migrations": "^3.2", - "php": "^7.2|^8.0", - "symfony/deprecation-contracts": "^2.1 || ^3", - "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0" - }, - "require-dev": { - "doctrine/coding-standard": "^12", - "doctrine/orm": "^2.6 || ^3", - "doctrine/persistence": "^2.0 || ^3 ", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-deprecation-rules": "^1", - "phpstan/phpstan-phpunit": "^1", - "phpstan/phpstan-strict-rules": "^1.1", - "phpstan/phpstan-symfony": "^1.3", - "phpunit/phpunit": "^8.5|^9.5", - "psalm/plugin-phpunit": "^0.18.4", - "psalm/plugin-symfony": "^3 || ^5", - "symfony/phpunit-bridge": "^6.3 || ^7", - "symfony/var-exporter": "^5.4 || ^6 || ^7", - "vimeo/psalm": "^4.30 || ^5.15" - }, - "type": "symfony-bundle", - "autoload": { - "psr-4": { - "Doctrine\\Bundle\\MigrationsBundle\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Doctrine Project", - "homepage": "https://www.doctrine-project.org" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony DoctrineMigrationsBundle", - "homepage": "https://www.doctrine-project.org", - "keywords": [ - "dbal", - "migrations", - "schema" - ], - "support": { - "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", - "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.3.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle", - "type": "tidelift" - } - ], - "time": "2023-11-13T19:44:41+00:00" - }, - { - "name": "doctrine/event-manager", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/event-manager.git", - "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32", - "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "conflict": { - "doctrine/common": "<2.9" - }, - "require-dev": { - "doctrine/coding-standard": "^10", - "phpstan/phpstan": "^1.8.8", - "phpunit/phpunit": "^9.5", - "vimeo/psalm": "^4.28" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - }, - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" - } - ], - "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", - "homepage": "https://www.doctrine-project.org/projects/event-manager.html", - "keywords": [ - "event", - "event dispatcher", - "event manager", - "event system", - "events" - ], - "support": { - "issues": "https://github.com/doctrine/event-manager/issues", - "source": "https://github.com/doctrine/event-manager/tree/2.0.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", - "type": "tidelift" - } - ], - "time": "2022-10-12T20:59:15+00:00" - }, - { - "name": "doctrine/inflector", - "version": "2.0.10", - "source": { - "type": "git", - "url": "https://github.com/doctrine/inflector.git", - "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc", - "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^11.0", - "phpstan/phpstan": "^1.8", - "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-strict-rules": "^1.3", - "phpunit/phpunit": "^8.5 || ^9.5", - "vimeo/psalm": "^4.25 || ^5.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", - "homepage": "https://www.doctrine-project.org/projects/inflector.html", - "keywords": [ - "inflection", - "inflector", - "lowercase", - "manipulation", - "php", - "plural", - "singular", - "strings", - "uppercase", - "words" - ], - "support": { - "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.10" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", - "type": "tidelift" - } - ], - "time": "2024-02-18T20:23:39+00:00" - }, - { - "name": "doctrine/instantiator", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "doctrine/coding-standard": "^11", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^1.2", - "phpstan/phpstan": "^1.9.4", - "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5.27", - "vimeo/psalm": "^5.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], - "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/2.0.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", - "type": "tidelift" - } - ], - "time": "2022-12-30T00:23:10+00:00" - }, - { - "name": "doctrine/lexer", - "version": "3.0.1", - "source": { - "type": "git", - "url": "https://github.com/doctrine/lexer.git", - "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", - "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "doctrine/coding-standard": "^12", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.5", - "psalm/plugin-phpunit": "^0.18.3", - "vimeo/psalm": "^5.21" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Lexer\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "https://www.doctrine-project.org/projects/lexer.html", - "keywords": [ - "annotations", - "docblock", - "lexer", - "parser", - "php" - ], - "support": { - "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/3.0.1" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", - "type": "tidelift" - } - ], - "time": "2024-02-05T11:56:58+00:00" - }, - { - "name": "doctrine/migrations", - "version": "3.7.4", - "source": { - "type": "git", - "url": "https://github.com/doctrine/migrations.git", - "reference": "954e0a314c2f0eb9fb418210445111747de254a6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/954e0a314c2f0eb9fb418210445111747de254a6", - "reference": "954e0a314c2f0eb9fb418210445111747de254a6", - "shasum": "" - }, - "require": { - "composer-runtime-api": "^2", - "doctrine/dbal": "^3.5.1 || ^4", - "doctrine/deprecations": "^0.5.3 || ^1", - "doctrine/event-manager": "^1.2 || ^2.0", - "php": "^8.1", - "psr/log": "^1.1.3 || ^2 || ^3", - "symfony/console": "^5.4 || ^6.0 || ^7.0", - "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0", - "symfony/var-exporter": "^6.2 || ^7.0" - }, - "conflict": { - "doctrine/orm": "<2.12 || >=4" - }, - "require-dev": { - "doctrine/coding-standard": "^12", - "doctrine/orm": "^2.13 || ^3", - "doctrine/persistence": "^2 || ^3", - "doctrine/sql-formatter": "^1.0", - "ext-pdo_sqlite": "*", - "phpstan/phpstan": "^1.10", - "phpstan/phpstan-deprecation-rules": "^1.1", - "phpstan/phpstan-phpunit": "^1.3", - "phpstan/phpstan-strict-rules": "^1.4", - "phpstan/phpstan-symfony": "^1.3", - "phpunit/phpunit": "^10.3", - "symfony/cache": "^5.4 || ^6.0 || ^7.0", - "symfony/process": "^5.4 || ^6.0 || ^7.0", - "symfony/yaml": "^5.4 || ^6.0 || ^7.0" - }, - "suggest": { - "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.", - "symfony/yaml": "Allows the use of yaml for migration configuration files." - }, - "bin": [ - "bin/doctrine-migrations" - ], - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Migrations\\": "lib/Doctrine/Migrations" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Michael Simonson", - "email": "contact@mikesimonson.com" - } - ], - "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.", - "homepage": "https://www.doctrine-project.org/projects/migrations.html", - "keywords": [ - "database", - "dbal", - "migrations" - ], - "support": { - "issues": "https://github.com/doctrine/migrations/issues", - "source": "https://github.com/doctrine/migrations/tree/3.7.4" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations", - "type": "tidelift" - } - ], - "time": "2024-03-06T13:41:11+00:00" - }, - { - "name": "doctrine/orm", - "version": "3.1.3", - "source": { - "type": "git", - "url": "https://github.com/doctrine/orm.git", - "reference": "8ca99fdfdca3dc129ed93124e95e7f88b791a354" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/8ca99fdfdca3dc129ed93124e95e7f88b791a354", - "reference": "8ca99fdfdca3dc129ed93124e95e7f88b791a354", - "shasum": "" - }, - "require": { - "composer-runtime-api": "^2", - "doctrine/collections": "^2.2", - "doctrine/dbal": "^3.8.2 || ^4", - "doctrine/deprecations": "^0.5.3 || ^1", - "doctrine/event-manager": "^1.2 || ^2", - "doctrine/inflector": "^1.4 || ^2.0", - "doctrine/instantiator": "^1.3 || ^2", - "doctrine/lexer": "^3", - "doctrine/persistence": "^3.3.1", - "ext-ctype": "*", - "php": "^8.1", - "psr/cache": "^1 || ^2 || ^3", - "symfony/console": "^5.4 || ^6.0 || ^7.0", - "symfony/var-exporter": "^6.3.9 || ^7.0" - }, - "require-dev": { - "doctrine/coding-standard": "^12.0", - "phpbench/phpbench": "^1.0", - "phpstan/phpstan": "1.10.59", - "phpunit/phpunit": "^10.4.0", - "psr/log": "^1 || ^2 || ^3", - "squizlabs/php_codesniffer": "3.7.2", - "symfony/cache": "^5.4 || ^6.2 || ^7.0", - "vimeo/psalm": "5.22.2" - }, - "suggest": { - "ext-dom": "Provides support for XSD validation for XML mapping files", - "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\ORM\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" - } - ], - "description": "Object-Relational-Mapper for PHP", - "homepage": "https://www.doctrine-project.org/projects/orm.html", - "keywords": [ - "database", - "orm" - ], - "support": { - "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/3.1.3" - }, - "time": "2024-04-30T07:14:13+00:00" - }, - { - "name": "doctrine/persistence", - "version": "3.3.2", - "source": { - "type": "git", - "url": "https://github.com/doctrine/persistence.git", - "reference": "477da35bd0255e032826f440b94b3e37f2d56f42" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/477da35bd0255e032826f440b94b3e37f2d56f42", - "reference": "477da35bd0255e032826f440b94b3e37f2d56f42", - "shasum": "" - }, - "require": { - "doctrine/event-manager": "^1 || ^2", - "php": "^7.2 || ^8.0", - "psr/cache": "^1.0 || ^2.0 || ^3.0" - }, - "conflict": { - "doctrine/common": "<2.10" - }, - "require-dev": { - "composer/package-versions-deprecated": "^1.11", - "doctrine/coding-standard": "^11", - "doctrine/common": "^3.0", - "phpstan/phpstan": "1.9.4", - "phpstan/phpstan-phpunit": "^1", - "phpstan/phpstan-strict-rules": "^1.1", - "phpunit/phpunit": "^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6.0", - "vimeo/psalm": "4.30.0 || 5.3.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Persistence\\": "src/Persistence" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - }, - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" - } - ], - "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", - "homepage": "https://www.doctrine-project.org/projects/persistence.html", - "keywords": [ - "mapper", - "object", - "odm", - "orm", - "persistence" - ], - "support": { - "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/3.3.2" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence", - "type": "tidelift" - } - ], - "time": "2024-03-12T14:54:36+00:00" - }, - { - "name": "doctrine/sql-formatter", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/sql-formatter.git", - "reference": "d1ac84aef745c69ea034929eb6d65a6908b675cc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/d1ac84aef745c69ea034929eb6d65a6908b675cc", - "reference": "d1ac84aef745c69ea034929eb6d65a6908b675cc", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "doctrine/coding-standard": "^12", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.5", - "vimeo/psalm": "^5.24" - }, - "bin": [ - "bin/sql-formatter" - ], - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\SqlFormatter\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jeremy Dorn", - "email": "jeremy@jeremydorn.com", - "homepage": "https://jeremydorn.com/" - } - ], - "description": "a PHP SQL highlighting library", - "homepage": "https://github.com/doctrine/sql-formatter/", - "keywords": [ - "highlight", - "sql" - ], - "support": { - "issues": "https://github.com/doctrine/sql-formatter/issues", - "source": "https://github.com/doctrine/sql-formatter/tree/1.4.0" - }, - "time": "2024-05-08T08:12:09+00:00" - }, { "name": "friendsofsymfony/jsrouting-bundle", "version": "3.5.0", @@ -2862,112 +1687,6 @@ ], "time": "2024-04-18T09:32:20+00:00" }, - { - "name": "symfony/doctrine-bridge", - "version": "v7.0.7", - "source": { - "type": "git", - "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "da605530d1a75162359d494efc00f767f7fcd68a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/da605530d1a75162359d494efc00f767f7fcd68a", - "reference": "da605530d1a75162359d494efc00f767f7fcd68a", - "shasum": "" - }, - "require": { - "doctrine/event-manager": "^2", - "doctrine/persistence": "^3.1", - "php": ">=8.2", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0", - "symfony/service-contracts": "^2.5|^3" - }, - "conflict": { - "doctrine/dbal": "<3.6", - "doctrine/lexer": "<1.1", - "doctrine/orm": "<2.15", - "symfony/cache": "<6.4", - "symfony/dependency-injection": "<6.4", - "symfony/form": "<6.4.6|>=7,<7.0.6", - "symfony/http-foundation": "<6.4", - "symfony/http-kernel": "<6.4", - "symfony/lock": "<6.4", - "symfony/messenger": "<6.4", - "symfony/property-info": "<6.4", - "symfony/security-bundle": "<6.4", - "symfony/security-core": "<6.4", - "symfony/validator": "<6.4" - }, - "require-dev": { - "doctrine/collections": "^1.0|^2.0", - "doctrine/data-fixtures": "^1.1", - "doctrine/dbal": "^3.6|^4", - "doctrine/orm": "^2.15|^3", - "psr/log": "^1|^2|^3", - "symfony/cache": "^6.4|^7.0", - "symfony/config": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/doctrine-messenger": "^6.4|^7.0", - "symfony/expression-language": "^6.4|^7.0", - "symfony/form": "^6.4.6|^7.0.6", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/lock": "^6.4|^7.0", - "symfony/messenger": "^6.4|^7.0", - "symfony/property-access": "^6.4|^7.0", - "symfony/property-info": "^6.4|^7.0", - "symfony/security-core": "^6.4|^7.0", - "symfony/stopwatch": "^6.4|^7.0", - "symfony/translation": "^6.4|^7.0", - "symfony/uid": "^6.4|^7.0", - "symfony/validator": "^6.4|^7.0", - "symfony/var-dumper": "^6.4|^7.0" - }, - "type": "symfony-bridge", - "autoload": { - "psr-4": { - "Symfony\\Bridge\\Doctrine\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides integration for Doctrine with various Symfony components", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v7.0.7" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-04-28T11:44:19+00:00" - }, { "name": "symfony/dotenv", "version": "v7.0.7", @@ -6135,68 +4854,6 @@ ], "time": "2024-04-21T10:23:35+00:00" }, - { - "name": "symfony/stopwatch", - "version": "v7.0.7", - "source": { - "type": "git", - "url": "https://github.com/symfony/stopwatch.git", - "reference": "41a7a24aa1dc82adf46a06bc292d1923acfe6b84" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/41a7a24aa1dc82adf46a06bc292d1923acfe6b84", - "reference": "41a7a24aa1dc82adf46a06bc292d1923acfe6b84", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "symfony/service-contracts": "^2.5|^3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Stopwatch\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides a way to profile code", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/stopwatch/tree/v7.0.7" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-04-18T09:29:19+00:00" - }, { "name": "symfony/string", "version": "v7.0.7", @@ -7406,6 +6063,167 @@ } ], "packages-dev": [ + { + "name": "doctrine/inflector", + "version": "2.0.10", + "source": { + "type": "git", + "url": "https://github.com/doctrine/inflector.git", + "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc", + "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^11.0", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.3", + "phpunit/phpunit": "^8.5 || ^9.5", + "vimeo/psalm": "^4.25 || ^5.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "homepage": "https://www.doctrine-project.org/projects/inflector.html", + "keywords": [ + "inflection", + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" + ], + "support": { + "issues": "https://github.com/doctrine/inflector/issues", + "source": "https://github.com/doctrine/inflector/tree/2.0.10" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", + "type": "tidelift" + } + ], + "time": "2024-02-18T20:23:39+00:00" + }, + { + "name": "doctrine/instantiator", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "doctrine/coding-standard": "^11", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^5.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/2.0.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2022-12-30T00:23:10+00:00" + }, { "name": "masterminds/html5", "version": "2.9.0", @@ -9540,6 +8358,68 @@ ], "time": "2024-04-18T09:29:19+00:00" }, + { + "name": "symfony/stopwatch", + "version": "v7.0.7", + "source": { + "type": "git", + "url": "https://github.com/symfony/stopwatch.git", + "reference": "41a7a24aa1dc82adf46a06bc292d1923acfe6b84" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/41a7a24aa1dc82adf46a06bc292d1923acfe6b84", + "reference": "41a7a24aa1dc82adf46a06bc292d1923acfe6b84", + "shasum": "" + }, + "require": { + "php": ">=8.2", + "symfony/service-contracts": "^2.5|^3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Stopwatch\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a way to profile code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/stopwatch/tree/v7.0.7" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-04-18T09:29:19+00:00" + }, { "name": "symfony/web-profiler-bundle", "version": "v7.0.7", diff --git a/config/bundles.php b/config/bundles.php index dcb10bd..350627f 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -13,6 +13,4 @@ return [ Symfony\UX\Turbo\TurboBundle::class => ['all' => true], Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true], - Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], - Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true], ]; diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml deleted file mode 100644 index 75ec9e8..0000000 --- a/config/packages/doctrine.yaml +++ /dev/null @@ -1,52 +0,0 @@ -doctrine: - dbal: - url: '%env(resolve:DATABASE_URL)%' - - # IMPORTANT: You MUST configure your server version, - # either here or in the DATABASE_URL env var (see .env file) - #server_version: '16' - - profiling_collect_backtrace: '%kernel.debug%' - use_savepoints: true - orm: - auto_generate_proxy_classes: true - enable_lazy_ghost_objects: true - report_fields_where_declared: true - validate_xml_mapping: true - naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware - auto_mapping: true - mappings: - App: - type: attribute - is_bundle: false - dir: '%kernel.project_dir%/src/Entity' - prefix: 'App\Entity' - alias: App - controller_resolver: - auto_mapping: true - -when@test: - doctrine: - dbal: - # "TEST_TOKEN" is typically set by ParaTest - dbname_suffix: '_test%env(default::TEST_TOKEN)%' - -when@prod: - doctrine: - orm: - auto_generate_proxy_classes: false - proxy_dir: '%kernel.build_dir%/doctrine/orm/Proxies' - query_cache_driver: - type: pool - pool: doctrine.system_cache_pool - result_cache_driver: - type: pool - pool: doctrine.result_cache_pool - - framework: - cache: - pools: - doctrine.result_cache_pool: - adapter: cache.app - doctrine.system_cache_pool: - adapter: cache.system diff --git a/config/packages/doctrine_migrations.yaml b/config/packages/doctrine_migrations.yaml deleted file mode 100644 index 29231d9..0000000 --- a/config/packages/doctrine_migrations.yaml +++ /dev/null @@ -1,6 +0,0 @@ -doctrine_migrations: - migrations_paths: - # namespace is arbitrary but should be different from App\Migrations - # as migrations classes should NOT be autoloaded - 'DoctrineMigrations': '%kernel.project_dir%/migrations' - enable_profiler: false diff --git a/src/Entity/.gitignore b/src/Entity/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/src/Form/ComposeType.php b/src/Form/ComposeType.php index cf7668e..5f09f17 100644 --- a/src/Form/ComposeType.php +++ b/src/Form/ComposeType.php @@ -31,7 +31,7 @@ class ComposeType extends AbstractType { - private $securityContext; + private Security $securityContext; private $translator; public function __construct(Security $securityContext, Translator $translator) @@ -40,7 +40,7 @@ class ComposeType extends AbstractType $this->translator = $translator; } - public function buildForm(FormBuilderInterface $builder, array $options) + public function buildForm(FormBuilderInterface $builder, array $options): void { /**@var $user MastodonAccount */ $user = $options['user']; @@ -123,7 +123,7 @@ class ComposeType extends AbstractType } - public function configureOptions(OptionsResolver $resolver) + public function configureOptions(OptionsResolver $resolver): void { $resolver->setDefaults([ 'data_class' => Compose::class, diff --git a/src/Form/ConnectMastodonAccountFlow.php b/src/Form/ConnectMastodonAccountFlow.php index 68521a9..26e80b5 100644 --- a/src/Form/ConnectMastodonAccountFlow.php +++ b/src/Form/ConnectMastodonAccountFlow.php @@ -14,7 +14,7 @@ use Craue\FormFlowBundle\Form\FormFlow; class ConnectMastodonAccountFlow extends FormFlow { - protected function loadStepsConfig() + protected function loadStepsConfig(): array { return [ [ diff --git a/src/Form/ConnectMastodonAccountType.php b/src/Form/ConnectMastodonAccountType.php index 4b4c9b0..fbb9cb5 100644 --- a/src/Form/ConnectMastodonAccountType.php +++ b/src/Form/ConnectMastodonAccountType.php @@ -17,7 +17,7 @@ use Symfony\Component\OptionsResolver\OptionsResolver; class ConnectMastodonAccountType extends AbstractType { - public function buildForm(FormBuilderInterface $builder, array $options) + public function buildForm(FormBuilderInterface $builder, array $options): void { switch ($options['flow_step']) { case 1: @@ -38,12 +38,12 @@ class ConnectMastodonAccountType extends AbstractType } } - public function getBlockPrefix() + public function getBlockPrefix(): string { return 'addMastodonAccount'; } - public function configureOptions(OptionsResolver $resolver) + public function configureOptions(OptionsResolver $resolver): void { $resolver->setDefaults([ 'validation_groups' => ['registration'], diff --git a/src/Form/PollOptionType.php b/src/Form/PollOptionType.php index 9cd8bb1..87337c3 100644 --- a/src/Form/PollOptionType.php +++ b/src/Form/PollOptionType.php @@ -18,14 +18,14 @@ class PollOptionType extends AbstractType { - private $securityContext; + private Security $securityContext; public function __construct(Security $securityContext) { $this->securityContext = $securityContext; } - public function buildForm(FormBuilderInterface $builder, array $options) + public function buildForm(FormBuilderInterface $builder, array $options): void { $builder->add('title', TextType::class, [ @@ -36,7 +36,7 @@ class PollOptionType extends AbstractType } - public function configureOptions(OptionsResolver $resolver) + public function configureOptions(OptionsResolver $resolver): void { $resolver->setDefaults([ 'data_class' => PollOption::class, diff --git a/src/Repository/.gitignore b/src/Repository/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/src/Security/MastodonAccount.php b/src/Security/MastodonAccount.php index 33a11ff..10dd06e 100644 --- a/src/Security/MastodonAccount.php +++ b/src/Security/MastodonAccount.php @@ -5,8 +5,6 @@ namespace App\Security; use App\SocialEntity\Client; use App\SocialEntity\CustomField; use App\SocialEntity\Emoji; -use DateTimeInterface; -use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Collections\Collection; use Symfony\Component\Security\Core\User\UserInterface; @@ -64,8 +62,8 @@ class MastodonAccount implements UserInterface public function __construct() { - $this->Fields = new ArrayCollection(); - $this->Emojis = new ArrayCollection(); + $this->Fields = array(); + $this->Emojis = array(); } diff --git a/src/Services/Mastodon_api.php b/src/Services/Mastodon_api.php index 9e3e45c..01fb001 100644 --- a/src/Services/Mastodon_api.php +++ b/src/Services/Mastodon_api.php @@ -66,7 +66,7 @@ class Mastodon_api * * @param string $path */ - public function set_url($path) + public function set_url(string $path): void { $this->mastodon_url = $path; } @@ -77,7 +77,7 @@ class Mastodon_api * @param string $id * @param string $secret */ - public function set_client($id, $secret) + public function set_client(string $id, string $secret): void { $this->client_id = $id; $this->client_secret = $secret; @@ -89,7 +89,7 @@ class Mastodon_api * @param string $token * @param string $type */ - public function set_token($token, $type) + public function set_token(string $token, string $type): void { $this->token['access_token'] = $token; $this->token['token_type'] = $type; @@ -100,7 +100,7 @@ class Mastodon_api * * @param array $scopes read / write / follow */ - public function set_scopes($scopes) + public function set_scopes(array $scopes): void { $this->scopes = $scopes; } @@ -119,7 +119,7 @@ class Mastodon_api * string $response['client_id'] * string $response['client_secret'] */ - public function create_app($client_name, $scopes = array(), $redirect_uris = '', $website = '') + public function create_app(string $client_name, array $scopes = array(), string $redirect_uris = '', string $website = ''): array { $parameters = array(); @@ -162,7 +162,7 @@ class Mastodon_api * * @return array $response */ - private function _post($url, $parameters = array()) + private function _post(string $url, array $parameters = array()): array { $params["method"] = "POST"; @@ -185,7 +185,7 @@ class Mastodon_api * * @return array $data */ - public function get_content_remote($url, $parameters = array()) + public function get_content_remote(string $url, array $parameters = array()): array { $data = array(); @@ -304,7 +304,7 @@ class Mastodon_api * string $response['scope'] read * int $response['created_at'] time */ - public function login($id, $password) + public function login(string $id, string $password): array { $parameters = array(); $parameters['client_id'] = $this->client_id; @@ -340,7 +340,7 @@ class Mastodon_api * string $response['scope'] read * int $response['created_at'] time */ - public function loginAuthorization($code, $redirect_uri = '') + public function loginAuthorization(string $code, string $redirect_uri = ''): array { $parameters = array(); $parameters['client_id'] = $this->client_id; @@ -367,7 +367,7 @@ class Mastodon_api * * @return string $response Authorization code */ - public function getAuthorizationUrl($redirect_uri = '') + public function getAuthorizationUrl(string $redirect_uri = ''): string { if (empty($redirect_uri)) $redirect_uri = 'urn:ietf:wg:oauth:2.0:oob'; @@ -389,7 +389,7 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * * @return array $response * int $response['id'] @@ -408,7 +408,7 @@ class Mastodon_api * string $response['header'] A base64 encoded image to display as the user's header image * string $response['header_static'] */ - public function accounts($id) + public function accounts(string $id): array { return $this->_get('/api/v1/accounts/' . $id); } @@ -421,7 +421,7 @@ class Mastodon_api * * @return array $response */ - private function _get($url, $parameters = array()) + private function _get(string $url, array $parameters = array()): array { $params["method"] = "GET"; @@ -444,7 +444,7 @@ class Mastodon_api * * @return array $response */ - public function accounts_verify_credentials() + public function accounts_verify_credentials(): array { return $this->_get('/api/v1/accounts/verify_credentials'); } @@ -462,7 +462,7 @@ class Mastodon_api * * @return array $response */ - public function accounts_update_credentials($parameters) + public function accounts_update_credentials($parameters): array { return $this->_patch('/api/v1/accounts/update_credentials', $parameters); } @@ -475,7 +475,7 @@ class Mastodon_api * * @return array $parameters */ - private function _patch($url, $parameters = array()) + private function _patch(string $url, array $parameters = array()): array { $params["method"] = "PATCH"; @@ -497,11 +497,11 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * * @return array $response */ - public function accounts_followers($id) + public function accounts_followers(string $id): array { return $this->_get('/api/v1/accounts/' . $id . '/followers'); } @@ -511,11 +511,11 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * * @return array $response */ - public function accounts_following($id) + public function accounts_following(string $id): array { return $this->_get('/api/v1/accounts/' . $id . '/following'); } @@ -525,11 +525,11 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * * @return array $response */ - public function accounts_statuses($id) + public function accounts_statuses(string $id): array { return $this->_get('/api/v1/accounts/' . $id . '/statuses'); } @@ -539,11 +539,11 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * * @return array $response */ - public function accounts_own_statuses($id) + public function accounts_own_statuses(string $id): array { $response = $this->_get('/api/v1/accounts/' . $id . '/statuses?exclude_replies=1'); $result = []; @@ -563,11 +563,11 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * * @return array $response */ - public function accounts_follow($id) + public function accounts_follow(string $id): array { return $this->_post('/api/v1/accounts/' . $id . '/follow'); } @@ -577,11 +577,11 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * * @return array $response */ - public function accounts_unfollow($id) + public function accounts_unfollow(string $id): array { return $this->_post('/api/v1/accounts/' . $id . '/unfollow'); } @@ -591,11 +591,11 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * * @return array $response */ - public function accounts_block($id) + public function accounts_block(string $id): array { return $this->_post('/api/v1/accounts/' . $id . '/block'); } @@ -605,11 +605,11 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * * @return array $response */ - public function accounts_unblock($id) + public function accounts_unblock(string $id): array { return $this->_post('/api/v1/accounts/' . $id . '/unblock'); } @@ -619,11 +619,11 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * * @return array $response */ - public function accounts_mute($id) + public function accounts_mute(string $id): array { return $this->_post('/api/v1/accounts/' . $id . '/mute'); } @@ -633,11 +633,11 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * * @return array $response */ - public function accounts_unmute($id) + public function accounts_unmute(string $id): array { return $this->_post('/api/v1/accounts/' . $id . '/unmute'); } @@ -658,7 +658,7 @@ class Mastodon_api * bool $response['muting'] * bool $response['requested'] */ - public function accounts_relationships($parameters) + public function accounts_relationships(array $parameters): array { return $this->_get('/api/v1/accounts/relationships', $parameters); } @@ -672,7 +672,7 @@ class Mastodon_api * * @return array $response */ - public function accounts_search($parameters) + public function accounts_search(array $parameters): array { return $this->_get('/api/v1/accounts/search', $parameters); } @@ -682,7 +682,7 @@ class Mastodon_api * * @return array $response */ - public function blocks() + public function blocks(): array { return $this->_get('/api/v1/blocks'); } @@ -692,7 +692,7 @@ class Mastodon_api * * @return array $response */ - public function favourites() + public function favourites(): array { return $this->_get('/api/v1/favourites'); } @@ -702,7 +702,7 @@ class Mastodon_api * * @return array $response */ - public function follow_requests() + public function follow_requests(): array { return $this->_get('/api/v1/follow_requests'); } @@ -712,11 +712,11 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * * @return array $response */ - public function follow_requests_authorize($id) + public function follow_requests_authorize(string $id): array { return $this->_post('/api/v1/follow_requests/authorize', array('id' => $id)); } @@ -726,10 +726,10 @@ class Mastodon_api * * @see https://your-domain/web/accounts/:id * - * @param int $id + * @param string $id * @return array $response */ - public function follow_requests_reject($id) + public function follow_requests_reject(string $id): array { return $this->_post('/api/v1/follow_requests/reject', array('id' => $id)); } @@ -742,7 +742,7 @@ class Mastodon_api * @param string $uri username@domain of the person you want to follow * @return array $response */ - public function follows($uri) + public function follows($uri): array { return $this->_post('/api/v1/follows', array('uri' => $uri)); } @@ -758,7 +758,7 @@ class Mastodon_api * string $response['description'] * string $response['email'] */ - public function instance() + public function instance(): array { return $this->_get('/api/v1/instance'); } @@ -770,7 +770,7 @@ class Mastodon_api * * @return array $response */ - public function mutes() + public function mutes(): array { return $this->_get('/api/v1/mutes'); } @@ -783,7 +783,7 @@ class Mastodon_api * * @return array $response */ - public function notifications($parameters) + public function notifications($parameters): array { $url = '/api/v1/notifications'; @@ -797,7 +797,7 @@ class Mastodon_api * * @return array $response */ - public function notifications_clear() + public function notifications_clear(): array { return $this->_post('/api/v1/notifications/clear'); } @@ -809,7 +809,7 @@ class Mastodon_api * * @return array $response */ - public function get_reports() + public function get_reports(): array { return $this->_get('/api/v1/reports'); } @@ -826,7 +826,7 @@ class Mastodon_api * * @return array $response */ - public function post_reports($parameters) + public function post_reports(array $parameters): array { return $this->_post('/api/v1/reports', $parameters); } @@ -842,7 +842,7 @@ class Mastodon_api * * @return array $response */ - public function search($parameters) + public function search(array $parameters): array { return $this->_get('/api/v1/search', $parameters); } @@ -852,11 +852,11 @@ class Mastodon_api * * Fetching a status * - * @param int $id + * @param string $id * * @return array $response */ - public function statuses($id) + public function statuses(string $id): array { return $this->_get('/api/v1/statuses/' . $id); } @@ -866,11 +866,11 @@ class Mastodon_api * * Getting status context * - * @param int $id + * @param string $id * * @return array $response */ - public function statuses_context($id) + public function statuses_context(string $id): array { return $this->_get('/api/v1/statuses/' . $id . '/context'); } @@ -880,11 +880,11 @@ class Mastodon_api * * Getting a card associated with a status * - * @param int $id + * @param string $id * * @return array $response */ - public function statuses_card($id) + public function statuses_card(string $id): array { return $this->_get('/api/v1/statuses/' . $id . '/card'); } @@ -894,11 +894,11 @@ class Mastodon_api * * Getting who reblogged a status * - * @param int $id + * @param string $id * * @return array $response */ - public function statuses_reblogged_by($id) + public function statuses_reblogged_by(string $id): array { return $this->_get('/api/v1/statuses/' . $id . '/reblogged_by'); } @@ -908,11 +908,11 @@ class Mastodon_api * * Getting who favourited a status * - * @param int $id + * @param string $id * * @return array $response */ - public function statuses_favourited_by($id) + public function statuses_favourited_by(string $id): array { return $this->_get('/api/v1/statuses/' . $id . '/favourited_by'); } @@ -927,7 +927,7 @@ class Mastodon_api * * @return array $response */ - public function post_media($parameters) + public function post_media(array $parameters): array { return $this->_post('/api/v1/media', $parameters); } @@ -943,7 +943,7 @@ class Mastodon_api * @param $parameters * @return array $response */ - public function update_media($id, $parameters) + public function update_media(string $id, array $parameters): array { return $this->_put('/api/v1/media/' . $id, $parameters); } @@ -958,7 +958,7 @@ class Mastodon_api * * @return array $response */ - private function _put($url, $parameters = array()) + private function _put(string $url, array $parameters = array()): array { $params["method"] = "PUT"; @@ -986,7 +986,7 @@ class Mastodon_api * * @return array $response */ - public function post_statuses($parameters) + public function post_statuses(array $parameters): array { return $this->_post('/api/v1/statuses', $parameters); } @@ -996,11 +996,11 @@ class Mastodon_api * * Deleting a status * - * @param int $id + * @param string $id * * @return array $response empty */ - public function delete_statuses($id) + public function delete_statuses(string $id): array { return $this->_delete('/api/v1/statuses/' . $id); } @@ -1014,7 +1014,7 @@ class Mastodon_api * */ - private function _delete($url) + private function _delete(string $url): array { $parameters = array(); $parameters["method"] = "DELETE"; @@ -1034,11 +1034,11 @@ class Mastodon_api * * Deleting a scheduled status * - * @param int $id + * @param string $id * * @return array $response empty */ - public function delete_scheduled($id) + public function delete_scheduled(string $id): array { return $this->_delete('/api/v1/scheduled_statuses/' . $id); } @@ -1048,11 +1048,11 @@ class Mastodon_api * * Reblogging a status * - * @param int $id + * @param string $id * * @return array $response */ - public function statuses_reblog($id) + public function statuses_reblog(string $id): array { return $this->_post('/api/v1/statuses/' . $id . '/reblog'); } @@ -1062,11 +1062,11 @@ class Mastodon_api * * Unreblogging a status * - * @param int $id + * @param string $id * * @return array $response */ - public function statuses_unreblog($id) + public function statuses_unreblog(string $id): array { return $this->_post('/api/v1/statuses/' . $id . '/unreblog'); } @@ -1076,11 +1076,11 @@ class Mastodon_api * * Favouriting a status * - * @param int $id + * @param string $id * * @return array $response */ - public function statuses_favourite($id) + public function statuses_favourite(string $id): array { return $this->_post('/api/v1/statuses/' . $id . '/favourite'); } @@ -1090,11 +1090,11 @@ class Mastodon_api * * Unfavouriting a status * - * @param int $id + * @param string $id * * @return array $response */ - public function statuses_unfavourite($id) + public function statuses_unfavourite(string $id): array { return $this->_post('/api/v1/statuses/' . $id . '/unfavourite'); } @@ -1107,7 +1107,7 @@ class Mastodon_api * * @return array $response */ - public function get_scheduled($parameters = array()) + public function get_scheduled($parameters = array()): array { return $this->_get('/api/v1/scheduled_statuses/', $parameters); } @@ -1117,7 +1117,7 @@ class Mastodon_api * * @return array $response */ - public function timelines_home() + public function timelines_home(): array { return $this->_get('/api/v1/timelines/home'); } @@ -1130,7 +1130,7 @@ class Mastodon_api * * @return array $response */ - public function timelines_public($parameters = array()) + public function timelines_public(array $parameters = array()): array { return $this->_get('/api/v1/timelines/public', $parameters); } @@ -1144,7 +1144,7 @@ class Mastodon_api * * @return array $response */ - public function timelines_tag($hashtag, $parameters = array()) + public function timelines_tag(string $hashtag, array $parameters = array()): array { return $this->_get('/api/v1/timelines/tag/' . $hashtag, $parameters); } @@ -1160,7 +1160,7 @@ class Mastodon_api * @param $host * @return string|null */ - public function getInstanceNodeInfo($host) + public function getInstanceNodeInfo(string $host): ?string { $curl = new Curl(); $url = "https://" . $host . "/.well-known/nodeinfo"; @@ -1192,7 +1192,7 @@ class Mastodon_api * @param $accountParams array * @return MastodonAccount */ - public function updateAccount(MastodonAccount $MastodonAccount, $accountParams) + public function updateAccount(MastodonAccount $MastodonAccount, array $accountParams): MastodonAccount { $MastodonAccount->setUsername($accountParams['username']); @@ -1241,7 +1241,7 @@ class Mastodon_api return $MastodonAccount; } - public function stringToDate($string_date): DateTime + public function stringToDate(string $string_date): DateTime { try { return new DateTime($string_date); @@ -1252,10 +1252,10 @@ class Mastodon_api /** * getNotifications Hydrate an array of Notification from API reply - * @param $notificationParams + * @param $notificationParams array * @return array */ - public function getNotifications($notificationParams) + public function getNotifications(array $notificationParams): array { $notifications = []; foreach ($notificationParams as $notificationParam) @@ -1268,7 +1268,7 @@ class Mastodon_api * @param $notificationParams * @return Notification */ - public function getSingleNotification($notificationParams) + public function getSingleNotification($notificationParams): Notification { $notification = new Notification(); $notification->setId($notificationParams['id']); @@ -1282,10 +1282,10 @@ class Mastodon_api /** * getSingleAccount Hydrate a MastodonAccount from API reply - * @param $accountParams + * @param $accountParams array * @return MastodonAccount */ - public function getSingleAccount($accountParams) + public function getSingleAccount(array $accountParams): MastodonAccount { $MastodonAccount = new MastodonAccount(); @@ -1342,10 +1342,10 @@ class Mastodon_api /** * getSingleStatus Hydrate a Status from API reply - * @param $statusParams + * @param $statusParams array * @return Status */ - public function getSingleStatus($statusParams) + public function getSingleStatus(array $statusParams): Status { $status = new Status(); @@ -1476,7 +1476,7 @@ class Mastodon_api * @param $statusParams * @return array */ - public function getStatuses($statusParams) + public function getStatuses($statusParams): array { $statuses = []; foreach ($statusParams as $statusParam) @@ -1486,11 +1486,11 @@ class Mastodon_api /** * getScheduledStatuses Hydrate an array of Scheduled Status from API reply - * @param $statusParams - * @param $account + * @param $statusParams array + * @param $account MastodonAccount * @return array */ - public function getScheduledStatuses($statusParams, $account) + public function getScheduledStatuses(array $statusParams, MastodonAccount $account): array { $statuses = []; foreach ($statusParams as $statusParam) @@ -1501,11 +1501,11 @@ class Mastodon_api /** * getSingleScheduledStatus Hydrate a scheduled Status from API reply - * @param $statusParams - * @param $account + * @param $statusParams array + * @param $account MastodonAccount * @return Status */ - public function getSingleScheduledStatus($statusParams, $account) + public function getSingleScheduledStatus(array $statusParams, MastodonAccount $account): Status { $status = new Status(); @@ -1577,10 +1577,10 @@ class Mastodon_api /** * getSingleAttachment Hydrate an Attachment from API reply - * @param $mediaParams + * @param $mediaParams array * @return Attachment */ - public function getSingleAttachment($mediaParams) + public function getSingleAttachment(array $mediaParams): Attachment { $attachment = new Attachment(); diff --git a/src/SocialEntity/Application.php b/src/SocialEntity/Application.php index 2e26c2e..798ebbd 100644 --- a/src/SocialEntity/Application.php +++ b/src/SocialEntity/Application.php @@ -6,10 +6,8 @@ namespace App\SocialEntity; class Application { - /** @var string */ - private $name; - /** @var string */ - private $website; + private string $name; + private string $website; /** * @return string diff --git a/src/SocialEntity/Attachment.php b/src/SocialEntity/Attachment.php index 09135a7..9043929 100644 --- a/src/SocialEntity/Attachment.php +++ b/src/SocialEntity/Attachment.php @@ -5,22 +5,15 @@ namespace App\SocialEntity; class Attachment { - /** @var string */ - private $id; - /** @var string */ - private $type; - /** @var string */ - private $url; - /** @var string */ - private $remote_url; - /** @var string */ - private $preview_url; - /** @var string */ - private $text_url; - /** @var string */ - private $meta; - /** @var string */ - private $description; + + private string $id; + private string $type; + private string $url; + private string $remote_url; + private string $preview_url; + private string $text_url; + private string $meta; + private string $description; /** * @return string diff --git a/src/SocialEntity/Card.php b/src/SocialEntity/Card.php index 0918835..78fbf9e 100644 --- a/src/SocialEntity/Card.php +++ b/src/SocialEntity/Card.php @@ -5,30 +5,18 @@ namespace App\SocialEntity; class Card { - /** @var string */ - private $url; - /** @var string */ - private $title; - /** @var string */ - private $description; - /** @var string */ - private $image; - /** @var string */ - private $type; - /** @var string */ - private $author_name; - /** @var string */ - private $author_url; - /** @var string */ - private $provider_name; - /** @var string */ - private $provider_url; - /** @var string */ - private $html; - /** @var int */ - private $width; - /** @var int */ - private $height; + private string $url; + private string $title; + private string $description; + private string $image; + private string $type; + private string $author_name; + private string $author_url; + private string $provider_name; + private string $provider_url; + private string $html; + private int $width; + private int $height; /** * @return string @@ -222,5 +210,4 @@ class Card $this->height = $height; } - } diff --git a/src/SocialEntity/Client.php b/src/SocialEntity/Client.php index 37c3c1b..a891aa4 100644 --- a/src/SocialEntity/Client.php +++ b/src/SocialEntity/Client.php @@ -3,20 +3,17 @@ namespace App\SocialEntity; +use App\Security\MastodonAccount; + class Client { - private $id; - - private $host; - - private $client_id; - - private $client_secret; - - private $account; - - private $code; + private string $id; + private string $host; + private string $client_id; + private string $client_secret; + private MastodonAccount $account; + private string $code; public function getId(): ?int { diff --git a/src/SocialEntity/Compose.php b/src/SocialEntity/Compose.php index 927ac40..e0b1aae 100644 --- a/src/SocialEntity/Compose.php +++ b/src/SocialEntity/Compose.php @@ -3,55 +3,41 @@ namespace App\SocialEntity; use DateTime; -use DateTimeInterface; -use Doctrine\Common\Collections\ArrayCollection; + class Compose { - private $id; + private string $id; + private string $content_warning; + private string $content; - private $content_warning; + private string $visibility; + private DateTime $created_at; + private DateTime $scheduled_at; + private DateTime $sent_at; + private bool $sensitive; + private string $in_reply_to_id; - private $content; - - private $visibility; - - private $created_at; - - private $scheduled_at; - - private $sent_at; - - private $sensitive; - - private $in_reply_to_id; - - private $timeZone; - - private $poll_options; - /** @var int */ - private $poll_expires_at; - /** @var bool */ - private $poll_multiple; + private string $timeZone; + /** @var PollOption[] */ + private array $poll_options; + private int $poll_expires_at; + private bool $poll_multiple; public function __construct() { - $this->poll_options = new ArrayCollection(); + $this->poll_options = array(); } - /** - * @return mixed - */ - public function getTimeZone() + + public function getTimeZone(): string { return $this->timeZone; } - /** - * @param mixed $timeZone - */ + public function setTimeZone($timeZone): void { $this->timeZone = $timeZone; @@ -63,7 +49,7 @@ class Compose public function getSent() { - return ($this->sent_at != null); + return ($this->sent_at != null && !empty($this->sent_at)); } public function getId(): ?int @@ -108,29 +94,23 @@ class Compose } - /** - * @return boolean - */ - public function getSensitive() + public function getSensitive(): bool { return $this->sensitive; } - /** - * @param mixed $sensitive - */ public function setSensitive(bool $sensitive): void { $this->sensitive = $sensitive; } - public function getCreatedAt(): ?DateTimeInterface + public function getCreatedAt(): ?DateTime { return $this->created_at; } - public function setCreatedAt(DateTimeInterface $created_at): self + public function setCreatedAt(DateTime $created_at): self { $this->created_at = $created_at; @@ -161,41 +141,29 @@ class Compose return $this; } - /** - * @return ArrayCollection|null - */ - public function getPollOptions(): ?ArrayCollection + + + public function getPollOptions(): ?array { return $this->poll_options; } - /** - * @param ArrayCollection $poll_options - */ - public function setPollOptions(?ArrayCollection $poll_options): void + + public function setPollOptions(?array $poll_options): void { $this->poll_options = $poll_options; } - /** - * @return int - */ public function getPollExpiresAt(): ?int { return $this->poll_expires_at; } - /** - * @param int $poll_expires_at - */ public function setPollExpiresAt(?int $poll_expires_at): void { $this->poll_expires_at = $poll_expires_at; } - /** - * @return bool - */ public function isPollMultiple(): ?bool { return $this->poll_multiple; diff --git a/src/SocialEntity/CustomField.php b/src/SocialEntity/CustomField.php index 1fedceb..1d02c86 100644 --- a/src/SocialEntity/CustomField.php +++ b/src/SocialEntity/CustomField.php @@ -4,20 +4,20 @@ namespace App\SocialEntity; use App\Security\MastodonAccount; -use DateTimeInterface; +use DateTime; class CustomField { - private $id; + private string $id; - private $name; + private string $name; - private $value; + private string $value; - private $verified_at; + private \DateTime $verified_at; - private $mastodonAccount; + private MastodonAccount $mastodonAccount; public function __construct() @@ -41,12 +41,12 @@ class CustomField return $this; } - public function getVerifiedAt(): ?DateTimeInterface + public function getVerifiedAt(): ?DateTime { return $this->verified_at; } - public function setVerifiedAt(?DateTimeInterface $verified_at): self + public function setVerifiedAt(?DateTime $verified_at): self { $this->verified_at = $verified_at; diff --git a/src/SocialEntity/Emoji.php b/src/SocialEntity/Emoji.php index 099c4a2..41fc4ae 100644 --- a/src/SocialEntity/Emoji.php +++ b/src/SocialEntity/Emoji.php @@ -7,17 +7,17 @@ use App\Security\MastodonAccount; class Emoji { - private $id; + private string $id; - private $shortcode; + private string $shortcode; - private $static_url; + private string $static_url; - private $url; + private string $url; - private $visible_in_picker; + private bool $visible_in_picker; - private $mastodonAccount; + private MastodonAccount $mastodonAccount; public function __construct() diff --git a/src/SocialEntity/Mention.php b/src/SocialEntity/Mention.php index 138d195..20547ac 100644 --- a/src/SocialEntity/Mention.php +++ b/src/SocialEntity/Mention.php @@ -4,14 +4,10 @@ namespace App\SocialEntity; class Mention { - /** @var string */ - private $url; - /** @var string */ - private $username; - /** @var string */ - private $acct; - /** @var string */ - private $id; + private string $url; + private string $username; + private string $acct; + private string $id; /** diff --git a/src/SocialEntity/Notification.php b/src/SocialEntity/Notification.php index 778976e..7c345df 100644 --- a/src/SocialEntity/Notification.php +++ b/src/SocialEntity/Notification.php @@ -8,16 +8,11 @@ use DateTime; class Notification { - /** @var string */ - private $id; - /** @var string */ - private $type; - /** @var DateTime */ - private $created_at; - /** @var MastodonAccount */ - private $account; - /** @var Status */ - private $status; + private string $id; + private string $type; + private DateTime $created_at; + private MastodonAccount $account; + private Status $status; /** diff --git a/src/SocialEntity/Poll.php b/src/SocialEntity/Poll.php index a4b6bcd..3052e1f 100644 --- a/src/SocialEntity/Poll.php +++ b/src/SocialEntity/Poll.php @@ -8,26 +8,19 @@ use DateTime; class Poll { - /** @var string */ - private $id; - /** @var DateTime */ - private $expires_at; - /** @var bool */ - private $expired; - /** @var bool */ - private $multiple; - /** @var int */ - private $votes_count; - /** @var int */ - private $voters_count; - /** @var bool */ - private $voted; + private string $id; + private DateTime $expires_at; + private bool $expired; + private bool $multiple; + private int $votes_count; + private int $voters_count; + private bool $voted; /** @var int[] */ - private $own_votes; + private array $own_votes; /** @var PollOption[] */ - private $options; + private array $options; /** @var Emoji[] */ - private $emojis; + private array $emojis; /** * @return string diff --git a/src/SocialEntity/PollOption.php b/src/SocialEntity/PollOption.php index 271ea82..b2321a8 100644 --- a/src/SocialEntity/PollOption.php +++ b/src/SocialEntity/PollOption.php @@ -6,38 +6,27 @@ namespace App\SocialEntity; class PollOption { - /** @var string */ - private $title; - /** @var int */ - private $votes_count; + private string $title; + private int $votes_count; + - /** - * @return string - */ public function getTitle(): ?string { return $this->title; } - /** - * @param string $title - */ public function setTitle(?string $title): void { $this->title = $title; } - /** - * @return int - */ + public function getVotesCount(): ?int { return $this->votes_count; } - /** - * @param int $votes_count - */ + public function setVotesCount(?int $votes_count): void { $this->votes_count = $votes_count; diff --git a/src/SocialEntity/Status.php b/src/SocialEntity/Status.php index b10aac8..669ae85 100644 --- a/src/SocialEntity/Status.php +++ b/src/SocialEntity/Status.php @@ -8,62 +8,38 @@ use DateTime; class Status { - /** @var string */ - private $id; - /** @var string */ - private $uri; - /** @var string */ - private $url; - /** @var MastodonAccount */ - private $account; - /** @var string */ - private $in_reply_to_id; - /** @var string */ - private $in_reply_to_account_id; - /** @var string */ - private $content; - /** @var DateTime */ - private $created_at; - /** @var DateTime */ - private $scheduled_at; + private string $id; + private string $uri; + private string $url; + private MastodonAccount $account; + private string $in_reply_to_id; + private string $in_reply_to_account_id; + private string $content; + private DateTime $created_at; + private DateTime $scheduled_at; /** @var Emoji[] */ - private $emojis = []; - /** @var int */ - private $replies_count; - /** @var int */ - private $reblogs_count; - /** @var int */ - private $favourites_count; - /** @var boolean */ - private $reblogged; - /** @var boolean */ - private $favourited; - /** @var boolean */ - private $muted; - /** @var boolean */ - private $sensitive_; - /** @var string */ - private $spoiler_text; - /** @var string */ - private $visibility; + private array $emojis = []; + private int $replies_count; + private int $reblogs_count; + private int $favourites_count; + private bool $reblogged; + private bool $favourited; + private bool $muted; + private bool $sensitive_; + private string $spoiler_text; + private string $visibility; /** @var Attachment[] */ - private $media_attachments = []; + private array $media_attachments = []; /** @var Mention[] */ - private $mentions = []; + private array $mentions = []; /** @var Tag[] */ - private $tags = []; - /** @var Card */ - private $card; - /** @var Application */ - private $application; - /** @var string */ - private $language; - /** @var boolean */ - private $pinned; - /** @var Status */ - private $reblog; - /** @var Poll */ - private $poll; + private array $tags = []; + private Card $card; + private Application $application; + private string $language; + private bool $pinned; + private Status $reblog; + private Poll $poll; /** * @return string diff --git a/src/SocialEntity/Tag.php b/src/SocialEntity/Tag.php index 6656168..cf395f5 100644 --- a/src/SocialEntity/Tag.php +++ b/src/SocialEntity/Tag.php @@ -6,14 +6,10 @@ namespace App\SocialEntity; class Tag { - /** @var string */ - private $name; - /** @var string */ - private $url; - /** @var array */ - private $history = []; - /** @var Status */ - private $status; + private string $name; + private string $url; + private array $history = []; + private Status $status; /** * @return string diff --git a/symfony.lock b/symfony.lock index 24ac3e5..7b2511f 100644 --- a/symfony.lock +++ b/symfony.lock @@ -2,33 +2,6 @@ "craue/formflow-bundle": { "version": "3.7.0" }, - "doctrine/doctrine-bundle": { - "version": "2.12", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "main", - "version": "2.12", - "ref": "7b1b0b637b337f6beb895589948cd119da705524" - }, - "files": [ - "./config/packages/doctrine.yaml", - "./src/Entity/.gitignore", - "./src/Repository/.gitignore" - ] - }, - "doctrine/doctrine-migrations-bundle": { - "version": "3.3", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "main", - "version": "3.1", - "ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33" - }, - "files": [ - "./config/packages/doctrine_migrations.yaml", - "./migrations/.gitignore" - ] - }, "friendsofsymfony/jsrouting-bundle": { "version": "3.5", "recipe": {