mirror of https://github.com/pixelfed/pixelfed
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			92 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			92 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
{
 | 
						|
    "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": "^7.2",
 | 
						|
        "ext-bcmath": "*",
 | 
						|
        "ext-ctype": "*",
 | 
						|
        "ext-curl": "*",
 | 
						|
        "ext-intl": "*",
 | 
						|
        "ext-json": "*",
 | 
						|
        "ext-mbstring": "*",
 | 
						|
        "ext-openssl": "*",
 | 
						|
        "barryvdh/laravel-cors": "^0.11.4",
 | 
						|
        "beyondcode/laravel-self-diagnosis": "^1.0.2",
 | 
						|
        "doctrine/dbal": "^2.7",
 | 
						|
        "fideloper/proxy": "^4.0",
 | 
						|
        "intervention/image": "^2.4",
 | 
						|
        "jenssegers/agent": "^2.6",
 | 
						|
        "laravel/framework": "^6.0",
 | 
						|
        "laravel/helpers": "^1.1",
 | 
						|
        "laravel/horizon": "^3.3",
 | 
						|
        "laravel/passport": "^7.0",
 | 
						|
        "laravel/tinker": "^1.0",
 | 
						|
        "league/flysystem-aws-s3-v3": "~1.0",
 | 
						|
        "league/flysystem-cached-adapter": "~1.0",
 | 
						|
        "league/iso3166": "^2.1",
 | 
						|
        "moontoast/math": "^1.1",
 | 
						|
        "pbmedia/laravel-ffmpeg": "5.0.*",
 | 
						|
        "phpseclib/phpseclib": "~2.0",
 | 
						|
        "pixelfed/bacon-qr-code": "^3.0",
 | 
						|
        "pixelfed/fractal": "^0.18.0",
 | 
						|
        "pixelfed/google2fa": "^4.0",
 | 
						|
        "pixelfed/laravel-snowflake": "^2.0",
 | 
						|
        "pixelfed/zttp": "^0.4",
 | 
						|
        "predis/predis": "^1.1",
 | 
						|
        "spatie/laravel-backup": "^6.0.0",
 | 
						|
        "spatie/laravel-image-optimizer": "^1.1",
 | 
						|
        "stevebauman/purify": "3.0.*"
 | 
						|
    },
 | 
						|
    "require-dev": {
 | 
						|
        "barryvdh/laravel-debugbar": "dev-master",
 | 
						|
        "facade/ignition": "^1.4",
 | 
						|
        "fzaninotto/faker": "^1.4",
 | 
						|
        "mockery/mockery": "^1.0",
 | 
						|
        "nunomaduro/collision": "^3.0",
 | 
						|
        "nunomaduro/phpinsights": "^1.7",
 | 
						|
        "phpunit/phpunit": "^8.0"
 | 
						|
    },
 | 
						|
    "autoload": {
 | 
						|
        "classmap": [
 | 
						|
            "database/seeds",
 | 
						|
            "database/factories"
 | 
						|
        ],
 | 
						|
        "psr-4": {
 | 
						|
            "App\\": "app/"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "autoload-dev": {
 | 
						|
        "psr-4": {
 | 
						|
            "Tests\\": "tests/"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extra": {
 | 
						|
        "laravel": {
 | 
						|
            "dont-discover": [
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "scripts": {
 | 
						|
        "post-root-package-install": [
 | 
						|
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
 | 
						|
        ],
 | 
						|
        "post-create-project-cmd": [
 | 
						|
            "@php artisan key:generate --ansi"
 | 
						|
        ],
 | 
						|
        "post-autoload-dump": [
 | 
						|
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
 | 
						|
            "@php artisan package:discover --ansi"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "config": {
 | 
						|
        "preferred-install": "dist",
 | 
						|
        "sort-packages": true,
 | 
						|
        "optimize-autoloader": true
 | 
						|
    },
 | 
						|
    "minimum-stability": "dev",
 | 
						|
    "prefer-stable": true
 | 
						|
}
 |