-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (39 loc) · 1.1 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "stickee/canary",
"description": "Canary provides linting and static analysis for Stickee Laravel projects",
"homepage": "https://github.com/stickeeuk/canary",
"type": "metapackage",
"license": "MIT",
"support": {
"issues": "https://github.com/stickeeuk/canary/issues",
"source": "https://github.com/stickeeuk/canary"
},
"authors": [
{
"name": "Paul Tibbetts",
"email": "paul.tibbetts@stickee.co.uk",
"role": "Developer"
},
{
"name": "Oliver Earl",
"email": "oliver.earl@stickee.co.uk",
"role": "Developer"
}
],
"require": {
"composer-runtime-api": "^2.2.2",
"php": "^8.3",
"stickee/larastan-config": "^3.0.0",
"stickee/php-cs-fixer-config": "^3.0.0",
"stickee/rector-config": "^4.0.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}