-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/cachethq/core into 106-webh…
…ooks
- Loading branch information
Showing
84 changed files
with
712 additions
and
441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"name": "cachethq/core", | ||
"description": "Cachet core package.", | ||
"license": "proprietary", | ||
"keywords": [ | ||
"cachet", | ||
"status page", | ||
"laravel" | ||
], | ||
"homepage": "https://cachethq.io", | ||
"license": "proprietary", | ||
"support": { | ||
"issues": "https://github.com/cachethq/core/issues", | ||
"source": "https://github.com/cachethq/core" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "James Brooks", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://cachethq.io", | ||
"support": { | ||
"issues": "https://github.com/cachethq/core/issues", | ||
"source": "https://github.com/cachethq/core" | ||
}, | ||
"require": { | ||
"php": "^8.2", | ||
"doctrine/dbal": "^3.6", | ||
|
@@ -45,6 +45,8 @@ | |
"pestphp/pest-plugin-laravel": "^3.0", | ||
"pestphp/pest-plugin-livewire": "*" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"autoload": { | ||
"psr-4": { | ||
"Cachet\\": "src", | ||
|
@@ -54,38 +56,18 @@ | |
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Cachet\\Tests\\": "tests", | ||
"Cachet\\Database\\Factories\\": "database/factories", | ||
"Cachet\\Tests\\": "tests", | ||
"Workbench\\App\\": "workbench/app/", | ||
"Workbench\\Database\\Factories\\": "workbench/database/factories/", | ||
"Workbench\\Database\\Seeders\\": "workbench/database/seeders/" | ||
} | ||
}, | ||
"scripts": { | ||
"post-autoload-dump": "@prepare", | ||
"test": "vendor/bin/pest", | ||
"canvas": "@php vendor/bin/canvas", | ||
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi", | ||
"prepare": "@php vendor/bin/testbench package:discover --ansi", | ||
"build": [ | ||
"@prepare", | ||
"@clear", | ||
"@php vendor/bin/testbench workbench:build" | ||
], | ||
"dev": [ | ||
"@build", | ||
"Composer\\Config::disableProcessTimeout", | ||
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php vendor/bin/testbench serve\" \"php vendor/bin/testbench queue:listen --tries=1\" \"php vendor/bin/testbench pail\" \"npm run dev\" --names=server,queue,logs,vite" | ||
], | ||
"start": [ | ||
"@dev" | ||
] | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
"allow-plugins": { | ||
"pestphp/pest-plugin": true | ||
} | ||
}, | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
|
@@ -98,6 +80,24 @@ | |
] | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
"scripts": { | ||
"post-autoload-dump": "@prepare", | ||
"build": [ | ||
"@prepare", | ||
"@clear", | ||
"@php vendor/bin/testbench workbench:build" | ||
], | ||
"canvas": "@php vendor/bin/canvas", | ||
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi", | ||
"dev": [ | ||
"@build", | ||
"Composer\\Config::disableProcessTimeout", | ||
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php vendor/bin/testbench serve\" \"php vendor/bin/testbench queue:listen --tries=1\" \"php vendor/bin/testbench pail\" \"npm run dev\" --names=server,queue,logs,vite" | ||
], | ||
"prepare": "@php vendor/bin/testbench package:discover --ansi", | ||
"start": [ | ||
"@dev" | ||
], | ||
"test": "vendor/bin/pest" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.