Browse Source

update composer for split into library

pull/38/head
Aaron Parecki 7 years ago
parent
commit
4b76d7e853
No known key found for this signature in database GPG Key ID: 276C2817346D6056
2 changed files with 1422 additions and 152 deletions
  1. +12
    -8
      composer.json
  2. +1410
    -144
      composer.lock

+ 12
- 8
composer.json View File

@ -1,7 +1,6 @@
{
"name": "p3k/xray",
"require": {
"league/plates": "3.*",
"league/route": "1.*",
"mf2/mf2": "~0.3",
"ezyang/htmlpurifier": "4.*",
"indieweb/link-rel-parser": "0.1.*",
@ -9,14 +8,14 @@
"p3k/timezone": "*",
"cebe/markdown": "~1.1.1"
},
"require-dev": {
"league/plates": "3.*",
"league/route": "1.*",
"phpunit/phpunit": "5.7.*"
},
"autoload": {
"files": [
"lib/helpers.php",
"controllers/Main.php",
"controllers/Parse.php",
"controllers/Token.php",
"controllers/Rels.php",
"controllers/Certbot.php",
"lib/HTTPCurl.php",
"lib/HTTPStream.php",
"lib/HTTP.php",
@ -30,7 +29,12 @@
},
"autoload-dev": {
"files": [
"lib/HTTPTest.php"
"lib/HTTPTest.php",
"controllers/Main.php",
"controllers/Parse.php",
"controllers/Token.php",
"controllers/Rels.php",
"controllers/Certbot.php"
]
}
}

+ 1410
- 144
composer.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save