2016-05-19 15:01:28 +01:00
|
|
|
{
|
2016-05-19 16:42:29 +01:00
|
|
|
"name": "jonnybarnes/jonnybarnes.uk",
|
2019-01-27 13:50:04 +00:00
|
|
|
"type": "project",
|
2020-10-17 17:15:06 +01:00
|
|
|
"description": "The code for jonnybarnes.uk, based on Laravel 8",
|
2019-01-27 13:50:04 +00:00
|
|
|
"keywords": [
|
|
|
|
"framework",
|
|
|
|
"laravel",
|
|
|
|
"indieweb"
|
|
|
|
],
|
2016-05-19 15:01:28 +01:00
|
|
|
"license": "CC0-1.0",
|
|
|
|
"require": {
|
2021-02-07 16:15:42 +00:00
|
|
|
"php": "^8.0",
|
2019-10-27 16:15:14 +00:00
|
|
|
"ext-intl": "*",
|
2019-10-19 15:34:49 +01:00
|
|
|
"ext-json": "*",
|
2019-10-27 19:31:33 +00:00
|
|
|
"ext-dom": "*",
|
2020-10-17 17:15:06 +01:00
|
|
|
"cviebrock/eloquent-sluggable": "^8.0",
|
2018-02-15 12:26:59 +00:00
|
|
|
"fideloper/proxy": "~4.0",
|
2020-10-19 19:41:50 +01:00
|
|
|
"fruitcake/laravel-cors": "^2.0",
|
2020-10-17 17:15:06 +01:00
|
|
|
"guzzlehttp/guzzle": "^7.0.1",
|
2020-12-31 13:34:55 +00:00
|
|
|
"indieauth/client": "^1.1",
|
2017-09-16 11:39:36 +01:00
|
|
|
"intervention/image": "^2.4",
|
2020-10-10 19:44:17 +01:00
|
|
|
"jonnybarnes/indieweb": "~0.2",
|
|
|
|
"jonnybarnes/webmentions-parser": "~0.5",
|
2019-10-27 16:15:14 +00:00
|
|
|
"jublonet/codebird-php": "4.0.0-beta.1",
|
2020-10-17 17:15:06 +01:00
|
|
|
"laravel/framework": "^8.0",
|
|
|
|
"laravel/horizon": "^5.0",
|
2020-06-13 16:32:42 +01:00
|
|
|
"laravel/scout": "^8.0",
|
2020-10-17 17:15:06 +01:00
|
|
|
"laravel/telescope": "^4.0",
|
2020-01-26 17:50:49 +00:00
|
|
|
"laravel/tinker": "^2.0",
|
2020-12-31 13:34:55 +00:00
|
|
|
"lcobucci/jwt": "^4.0",
|
2019-07-13 13:02:45 +01:00
|
|
|
"league/commonmark": "^1.0",
|
2016-05-19 15:01:28 +01:00
|
|
|
"league/flysystem-aws-s3-v3": "^1.0",
|
2017-03-09 22:00:29 +00:00
|
|
|
"mf2/mf2": "~0.3",
|
2021-02-07 16:26:34 +00:00
|
|
|
"pmatseykanets/laravel-scout-postgres": "^7.3",
|
2017-03-09 22:00:29 +00:00
|
|
|
"predis/predis": "~1.0",
|
2017-11-13 17:26:38 +00:00
|
|
|
"spatie/browsershot": "~3.0",
|
2019-07-13 13:02:45 +01:00
|
|
|
"spatie/commonmark-highlighter": "^2.0",
|
2019-10-19 15:34:49 +01:00
|
|
|
"tgalopin/html-sanitizer": "^1.1"
|
2016-05-19 15:01:28 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-10-27 16:15:14 +00:00
|
|
|
"barryvdh/laravel-debugbar": "^3.0",
|
2020-02-22 11:06:43 +00:00
|
|
|
"barryvdh/laravel-ide-helper": "^2.6",
|
2019-08-18 18:41:56 +01:00
|
|
|
"beyondcode/laravel-dump-server": "^1.0",
|
2020-10-17 17:15:06 +01:00
|
|
|
"facade/ignition": "^2.3.6",
|
2020-12-31 13:34:55 +00:00
|
|
|
"fakerphp/faker": "^1.9.2",
|
2020-06-13 16:32:42 +01:00
|
|
|
"laravel/dusk": "^6.0",
|
2019-10-27 16:15:14 +00:00
|
|
|
"mockery/mockery": "^1.0",
|
2020-10-17 17:15:06 +01:00
|
|
|
"nunomaduro/collision": "^5.0",
|
2020-12-31 13:34:55 +00:00
|
|
|
"phpunit/php-code-coverage": "^9.2",
|
2020-06-13 16:32:42 +01:00
|
|
|
"phpunit/phpunit": "^9.0",
|
2021-02-07 17:23:03 +00:00
|
|
|
"spatie/laravel-ray": "^1.12",
|
2020-11-01 14:24:36 +00:00
|
|
|
"vimeo/psalm": "^4.0"
|
2016-05-19 15:01:28 +01:00
|
|
|
},
|
2019-01-27 13:50:04 +00:00
|
|
|
"config": {
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"preferred-install": "dist",
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"laravel": {
|
|
|
|
"dont-discover": []
|
|
|
|
}
|
|
|
|
},
|
2016-05-19 15:01:28 +01:00
|
|
|
"autoload": {
|
2019-01-27 13:50:04 +00:00
|
|
|
"psr-4": {
|
2020-10-17 17:15:06 +01:00
|
|
|
"App\\": "app/",
|
|
|
|
"Database\\Factories\\": "database/factories/",
|
|
|
|
"Database\\Seeders\\": "database/seeders/"
|
2019-01-27 13:50:04 +00:00
|
|
|
},
|
2017-04-21 16:38:39 +01:00
|
|
|
"files": [
|
2017-05-18 15:15:53 +01:00
|
|
|
"helpers.php"
|
2017-04-21 16:38:39 +01:00
|
|
|
]
|
2016-05-19 15:01:28 +01:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
2017-02-18 12:27:21 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Tests\\": "tests"
|
|
|
|
}
|
2016-05-19 15:01:28 +01:00
|
|
|
},
|
2019-01-27 13:50:04 +00:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
2016-05-19 15:01:28 +01:00
|
|
|
"scripts": {
|
2019-01-27 13:50:04 +00:00
|
|
|
"post-autoload-dump": [
|
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
|
|
"@php artisan package:discover --ansi"
|
|
|
|
],
|
2016-05-19 15:01:28 +01:00
|
|
|
"post-root-package-install": [
|
2017-09-04 19:34:39 +01:00
|
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
2016-05-19 15:01:28 +01:00
|
|
|
],
|
|
|
|
"post-create-project-cmd": [
|
2019-01-27 13:50:04 +00:00
|
|
|
"@php artisan key:generate --ansi"
|
2019-05-05 10:27:40 +01:00
|
|
|
],
|
|
|
|
"test": [
|
|
|
|
"vendor/bin/phpunit --stop-on-failure"
|
2016-05-19 15:01:28 +01:00
|
|
|
]
|
2021-02-07 16:26:34 +00:00
|
|
|
}
|
2016-05-19 15:01:28 +01:00
|
|
|
}
|