forked from jorqensen/hypequotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 694 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 694 Bytes
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
{
"name": "jorqensen/hypequotes",
"description": "pogging quotes using htmx ecosystem",
"type": "project",
"license": "mit",
"authors": [
{
"name": "Mathias Jørgensen",
"email": "hello@jorqensen.dev",
"homepage": "https://jorqensen.dev",
"role": "CEO @ Shitware Ltd"
},
{
"name": "Arko Elsenaar",
"homepage": "https://www.houseofservices.nl/",
"role": "CTO @ Shitware Ltd"
}
],
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"scripts": {
"serve": "php -S localhost:42069 -t ./",
"test": "./vendor/bin/phpunit"
}
}