-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
40 lines (40 loc) · 1.62 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
40
{
"name": "pointybeard/helpers",
"description": "A meta package containing helpful classes and functions for use in PHP.",
"homepage": "https://github.com/pointybeard/helpers",
"license": "MIT",
"authors": [
{
"name": "Alannah Kearney",
"email": "[email protected]",
"homepage": "http://alannahkearney.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.2",
"pointybeard/helpers-cli-colour": "^1.0",
"pointybeard/helpers-cli-input": "^1.2.0",
"pointybeard/helpers-cli-message": "^1.0",
"pointybeard/helpers-cli-progressbar": "^1.1.0",
"pointybeard/helpers-cli-prompt": "^1.0",
"pointybeard/helpers-exceptions-readabletrace": "^1.0",
"pointybeard/helpers-foundation-factory": "^1.0",
"pointybeard/helpers-foundation-bnl": "^1.0",
"pointybeard/helpers-functions-arrays": "^1.0",
"pointybeard/helpers-functions-cli": "^1.1.0",
"pointybeard/helpers-functions-debug": "^1.0",
"pointybeard/helpers-functions-flags": "^1.0",
"pointybeard/helpers-functions-json": "^1.0",
"pointybeard/helpers-functions-paths": "^1.1.0",
"pointybeard/helpers-functions-strings": "^1.1.0",
"pointybeard/helpers-functions-time": "^1.1",
"pointybeard/helpers-statistics-slidingaverage": "^1.0",
"pointybeard/helpers-functions-files": "^1.0",
"pointybeard/helpers-functions-numbers": "^1.0"
},
"support": {
"issues": "https://github.com/pointybeard/helpers/issues"
},
"minimum-stability": "stable"
}