forked from poing/earmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (49 loc) · 1.57 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
41
42
43
44
45
46
47
48
49
{
"name": "poing/earmark",
"description": "Laravel package to generate values in a unique and customizable series.",
"keywords": ["auto-increment", "autoincrement", "consecutive", "continual", "continued", "continuing", "eloquent", "ensuing", "extension number", "extension", "following", "going on", "increment", "laravel", "prefix", "sequent", "sequential values", "sequential", "sequential", "serial number", "serial", "series", "succedent", "succeeding", "successional", "successive", "suffix", "unique", "values", "zero fill", "zero-fill", "zerofill"],
"version": "0.1.2",
"homepage": "https://github.com/poing/earmark",
"license": "MIT",
"authors": [
{
"name": "Brian LaVallee",
"email": "brian.lavallee@invite-comm.jp"
}
],
"support": {
"issues": "https://github.com/poing/earmark/issues",
"irc": "irc://irc.freenode.org/poing"
},
"require": {
"php": ">=7.2",
"illuminate/console": ">=5.8",
"illuminate/database": ">=5.8",
"illuminate/events": ">=5.8",
"illuminate/filesystem": ">=5.8",
"illuminate/support": ">=5.8"
},
"require-dev": {
"orchestra/testbench": "^5",
"phpunit/phpunit": "8.*",
"php-coveralls/php-coveralls": "^2.2"
},
"autoload": {
"psr-4": {
"Poing\\Earmark\\": "source/"
}
},
"autoload-dev": {
"psr-4": {
"Earmark\\Test\\": "test/"
}
},
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
"Poing\\Earmark\\EarmarkServiceProvider"
]
}
}
}