FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patternlab-php-core/composer.json at develop · pattern-lab/patternlab-php-core · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on May 13, 2026. It is now read-only.
pattern-lab
/
patternlab-php-core
Public archive
Notifications
You must be signed in to change notification settings
Fork
61
Star
42
Code
Issues
74
Pull requests
18
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
patternlab-php-core
/
composer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
54 lines (54 loc) · 1.54 KB
Breadcrumbs
patternlab-php-core
/
composer.json
Copy path
File metadata and controls
54 lines (54 loc) · 1.54 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
50
51
52
53
54
{
"name"
:
"
pattern-lab/core
"
,
"description"
:
"
The core functionality for Pattern Lab.
"
,
"keywords"
: [
"
pattern lab
"
,
"
styleguide
"
,
"
style guide
"
,
"
atomic
"
,
"
atomic design
"
],
"homepage"
:
"
http://patternlab.io
"
,
"license"
:
"
MIT
"
,
"authors"
: [
{
"name"
:
"
Evan Lovely
"
,
"homepage"
:
"
http://evanlovely.com
"
,
"role"
:
"
Lead Developer
"
},
{
"name"
:
"
Salem Ghoweri
"
,
"homepage"
:
"
https://github.com/sghoweri
"
,
"role"
:
"
Developer
"
},
{
"name"
:
"
Dave Olsen
"
,
"email"
:
"
dmolsen@gmail.com
"
,
"homepage"
:
"
http://dmolsen.com
"
,
"role"
:
"
Former Lead Developer
"
},
{
"name"
:
"
Brad Frost
"
,
"homepage"
:
"
http://bradfrostweb.com
"
,
"role"
:
"
Creator
"
}
],
"support"
: {
"issues"
:
"
https://github.com/pattern-lab/patternlab-php-core/issues
"
,
"wiki"
:
"
http://patternlab.io/docs/
"
,
"source"
:
"
https://github.com/pattern-lab/patternlab-php-core/releases
"
},
"autoload"
: {
"psr-0"
: {
"PatternLab"
:
"
src/
"
}
},
"require"
: {
"php"
:
"
>=5.4
"
,
"alchemy/zippy"
:
"
^0.3
"
,
"doctrine/collections"
:
"
1.4.0
"
,
"kevinlebrun/colors.php"
:
"
^1.0
"
,
"michelf/php-markdown"
:
"
^1.6
"
,
"seld/jsonlint"
:
"
^1.0
"
,
"shudrum/array-finder"
:
"
^1.0
"
,
"symfony/event-dispatcher"
:
"
^3.0
"
,
"symfony/filesystem"
:
"
^3.0
"
,
"symfony/finder"
:
"
^3.0
"
,
"symfony/process"
:
"
^3.1
"
,
"symfony/yaml"
:
"
^3.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL