|
@@ -1,105 +1,105 @@
|
|
{
|
|
{
|
|
- "name": "pixelfed/pixelfed",
|
|
|
|
- "description": "Open and ethical photo sharing platform, powered by ActivityPub federation.",
|
|
|
|
- "keywords": ["framework", "laravel", "pixelfed", "activitypub", "social", "network", "federation"],
|
|
|
|
- "license": "AGPL-3.0-only",
|
|
|
|
- "type": "project",
|
|
|
|
- "require": {
|
|
|
|
- "php": "^8.2|^8.3",
|
|
|
|
- "ext-bcmath": "*",
|
|
|
|
- "ext-ctype": "*",
|
|
|
|
- "ext-curl": "*",
|
|
|
|
- "ext-intl": "*",
|
|
|
|
- "ext-json": "*",
|
|
|
|
- "ext-mbstring": "*",
|
|
|
|
- "ext-openssl": "*",
|
|
|
|
- "bacon/bacon-qr-code": "^3.0",
|
|
|
|
- "brick/math": "^0.9.3",
|
|
|
|
- "buzz/laravel-h-captcha": "^1.0.4",
|
|
|
|
- "doctrine/dbal": "^3.0",
|
|
|
|
- "endroid/qr-code": "^6.0",
|
|
|
|
- "intervention/image": "^2.4",
|
|
|
|
- "jenssegers/agent": "^2.6",
|
|
|
|
- "laravel-notification-channels/expo": "~1.3.0|~2.0.0",
|
|
|
|
- "laravel-notification-channels/webpush": "^8.0",
|
|
|
|
- "laravel/framework": "^11.0",
|
|
|
|
- "laravel/helpers": "^1.1",
|
|
|
|
- "laravel/horizon": "^5.0",
|
|
|
|
- "laravel/passport": "^12.0",
|
|
|
|
- "laravel/pulse": "^1.3",
|
|
|
|
- "laravel/tinker": "^2.9",
|
|
|
|
- "laravel/ui": "^4.2",
|
|
|
|
- "league/flysystem-aws-s3-v3": "^3.0",
|
|
|
|
- "league/iso3166": "^2.1|^4.0",
|
|
|
|
- "league/uri": "^7.4",
|
|
|
|
- "pbmedia/laravel-ffmpeg": "^8.0",
|
|
|
|
- "phpseclib/phpseclib": "~2.0",
|
|
|
|
- "pixelfed/fractal": "^0.18.0",
|
|
|
|
- "pixelfed/laravel-snowflake": "^2.0",
|
|
|
|
- "pragmarx/google2fa": "^8.0",
|
|
|
|
- "predis/predis": "^2.0",
|
|
|
|
- "pusher/pusher-php-server": "^7.2",
|
|
|
|
- "resend/resend-php": "^0.13.0",
|
|
|
|
- "spatie/laravel-backup": "^8.0.0",
|
|
|
|
- "spatie/laravel-image-optimizer": "^1.8.0",
|
|
|
|
- "stevebauman/purify": "^6.2.0",
|
|
|
|
- "symfony/http-client": "^6.1",
|
|
|
|
- "symfony/mailgun-mailer": "^6.1"
|
|
|
|
- },
|
|
|
|
- "require-dev": {
|
|
|
|
- "fakerphp/faker": "^1.23",
|
|
|
|
- "laravel/pint": "^1.13",
|
|
|
|
- "laravel/telescope": "^5.0",
|
|
|
|
- "mockery/mockery": "^1.6",
|
|
|
|
- "nunomaduro/collision": "^8.1",
|
|
|
|
- "phpunit/phpunit": "^11.0.1"
|
|
|
|
- },
|
|
|
|
- "autoload": {
|
|
|
|
- "classmap": [
|
|
|
|
- "database/seeds",
|
|
|
|
- "database/factories"
|
|
|
|
- ],
|
|
|
|
- "psr-4": {
|
|
|
|
- "App\\": "app/"
|
|
|
|
- },
|
|
|
|
- "files": [
|
|
|
|
- "app/helpers.php"
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- "autoload-dev": {
|
|
|
|
- "psr-4": {
|
|
|
|
- "Tests\\": "tests/"
|
|
|
|
- },
|
|
|
|
- "files": [
|
|
|
|
- "app/helpers.php"
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- "extra": {
|
|
|
|
- "laravel": {
|
|
|
|
- "dont-discover": [
|
|
|
|
- "laravel/passport"
|
|
|
|
- ]
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "scripts": {
|
|
|
|
- "post-root-package-install": [
|
|
|
|
- "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
|
|
- ],
|
|
|
|
- "post-create-project-cmd": [
|
|
|
|
- "@php artisan key:generate --ansi"
|
|
|
|
- ],
|
|
|
|
|
|
+ "name": "pixelfed/pixelfed",
|
|
|
|
+ "description": "Open and ethical photo sharing platform, powered by ActivityPub federation.",
|
|
|
|
+ "keywords": ["framework", "laravel", "pixelfed", "activitypub", "social", "network", "federation"],
|
|
|
|
+ "license": "AGPL-3.0-only",
|
|
|
|
+ "type": "project",
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^8.2|^8.3|^8.4",
|
|
|
|
+ "ext-bcmath": "*",
|
|
|
|
+ "ext-ctype": "*",
|
|
|
|
+ "ext-curl": "*",
|
|
|
|
+ "ext-intl": "*",
|
|
|
|
+ "ext-json": "*",
|
|
|
|
+ "ext-mbstring": "*",
|
|
|
|
+ "ext-openssl": "*",
|
|
|
|
+ "bacon/bacon-qr-code": "^3.0",
|
|
|
|
+ "brick/math": "^0.11",
|
|
|
|
+ "buzz/laravel-h-captcha": "^1.0.4",
|
|
|
|
+ "doctrine/dbal": "^3.0",
|
|
|
|
+ "endroid/qr-code": "^6.0",
|
|
|
|
+ "intervention/image": "^2.4",
|
|
|
|
+ "jenssegers/agent": "^2.6",
|
|
|
|
+ "laravel-notification-channels/expo": "^2.0.0",
|
|
|
|
+ "laravel-notification-channels/webpush": "^10.2",
|
|
|
|
+ "laravel/framework": "^12.0",
|
|
|
|
+ "laravel/helpers": "^1.1",
|
|
|
|
+ "laravel/horizon": "^5.0",
|
|
|
|
+ "laravel/passport": "^12.0",
|
|
|
|
+ "laravel/pulse": "^1.3",
|
|
|
|
+ "laravel/tinker": "^2.9",
|
|
|
|
+ "laravel/ui": "^4.2",
|
|
|
|
+ "league/flysystem-aws-s3-v3": "^3.0",
|
|
|
|
+ "league/iso3166": "^2.1|^4.0",
|
|
|
|
+ "league/uri": "^7.4",
|
|
|
|
+ "pbmedia/laravel-ffmpeg": "^8.0",
|
|
|
|
+ "phpseclib/phpseclib": "~2.0",
|
|
|
|
+ "pixelfed/fractal": "^0.18.0",
|
|
|
|
+ "pixelfed/laravel-snowflake": "^2.0",
|
|
|
|
+ "pragmarx/google2fa": "^8.0",
|
|
|
|
+ "predis/predis": "^2.0",
|
|
|
|
+ "pusher/pusher-php-server": "^7.2",
|
|
|
|
+ "resend/resend-php": "^0.13.0",
|
|
|
|
+ "spatie/laravel-backup": "^9.2.9",
|
|
|
|
+ "spatie/laravel-image-optimizer": "^1.8.2",
|
|
|
|
+ "stevebauman/purify": "^6.2.0",
|
|
|
|
+ "symfony/http-client": "^6.1",
|
|
|
|
+ "symfony/mailgun-mailer": "^6.1"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "fakerphp/faker": "^1.23",
|
|
|
|
+ "laravel/pint": "^1.13",
|
|
|
|
+ "laravel/telescope": "^5.5",
|
|
|
|
+ "mockery/mockery": "^1.6",
|
|
|
|
+ "nunomaduro/collision": "^8.1",
|
|
|
|
+ "phpunit/phpunit": "^11.0.1"
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "classmap": [
|
|
|
|
+ "database/seeds",
|
|
|
|
+ "database/factories"
|
|
|
|
+ ],
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "App\\": "app/"
|
|
|
|
+ },
|
|
|
|
+ "files": [
|
|
|
|
+ "app/helpers.php"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "autoload-dev": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Tests\\": "tests/"
|
|
|
|
+ },
|
|
|
|
+ "files": [
|
|
|
|
+ "app/helpers.php"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "extra": {
|
|
|
|
+ "laravel": {
|
|
|
|
+ "dont-discover": [
|
|
|
|
+ "laravel/passport"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "scripts": {
|
|
|
|
+ "post-root-package-install": [
|
|
|
|
+ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
|
|
+ ],
|
|
|
|
+ "post-create-project-cmd": [
|
|
|
|
+ "@php artisan key:generate --ansi"
|
|
|
|
+ ],
|
|
"post-update-cmd": [
|
|
"post-update-cmd": [
|
|
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
|
|
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
|
|
],
|
|
],
|
|
- "post-autoload-dump": [
|
|
|
|
- "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
|
|
- "@php artisan package:discover --ansi"
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- "config": {
|
|
|
|
- "preferred-install": "dist",
|
|
|
|
- "sort-packages": true,
|
|
|
|
- "optimize-autoloader": true
|
|
|
|
- },
|
|
|
|
- "prefer-stable": true
|
|
|
|
|
|
+ "post-autoload-dump": [
|
|
|
|
+ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
|
|
+ "@php artisan package:discover --ansi"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "config": {
|
|
|
|
+ "preferred-install": "dist",
|
|
|
|
+ "sort-packages": true,
|
|
|
|
+ "optimize-autoloader": true
|
|
|
|
+ },
|
|
|
|
+ "prefer-stable": true
|
|
}
|
|
}
|