This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Telegraph
mirror of
https://github.com/aaronpk/Telegraph.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
add composer
pull/3/head
Aaron Parecki
9 years ago
parent
6dc887e9f5
commit
034a5375b0
3 changed files
with
1498 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.gitignore
+19
-0
composer.json
+1476
-0
composer.lock
+ 3
- 0
.gitignore
View File
@ -0,0 +1,3 @@
.DS_Store
vendor/
config.php
+ 19
- 0
composer.json
View File
@ -0,0 +1,19 @@
{
"require"
:
{
"php"
:
">=5.5"
,
"mf2/mf2"
:
"0.2.*"
,
"indieweb/mention-client"
:
"1.*"
,
"league/route"
:
"~1.2"
,
"league/plates"
:
"~3.1"
}
,
"require-dev"
:
{
"phpunit/phpunit"
:
"*"
}
,
"autoload"
:
{
"files"
:
[
"config.php"
,
"lib/helpers.php"
,
"controllers/Controller.php"
]
}
}
+ 1476
- 0
composer.lock
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save