Browse Source

add composer.json

main
Aaron Parecki 8 years ago
parent
commit
05b4059c22
3 changed files with 164 additions and 0 deletions
  1. +2
    -0
      README.md
  2. +22
    -0
      composer.json
  3. +140
    -0
      composer.lock

+ 2
- 0
README.md View File

@ -0,0 +1,2 @@
# Atlas

+ 22
- 0
composer.json View File

@ -0,0 +1,22 @@
{
"name": "p3k/Atlas",
"description": "Atlas",
"keywords": ["p3k", "indieweb", "maps", "geocoding", "timezone"],
"license": "Apache 2.0",
"type": "project",
"require": {
"saltybeagle/savant3": "dev-master",
"p3k/slim-savant": ">=0.1.0"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"p3k\\": "p3k/"
},
"files": [
"lib/config.php",
"lib/helpers.php"
]
}
}

+ 140
- 0
composer.lock View File

@ -0,0 +1,140 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "08543114c4fc08343de999396b54476d",
"packages": [
{
"name": "p3k/slim-savant",
"version": "0.1.0",
"source": {
"type": "git",
"url": "https://github.com/aaronpk/Slim-Savant.git",
"reference": "129291da1223f5c95ad8f4e1bca21901ae45e53e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronpk/Slim-Savant/zipball/129291da1223f5c95ad8f4e1bca21901ae45e53e",
"reference": "129291da1223f5c95ad8f4e1bca21901ae45e53e",
"shasum": ""
},
"require": {
"php": ">5.3.0",
"saltybeagle/savant3": "dev-master",
"slim/slim": ">=2.4.0"
},
"type": "library",
"autoload": {
"files": [
"Savant.php",
"SlimSavant.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache 2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "http://aaronparecki.com"
}
],
"description": "Savant renderer for Slim",
"time": "2015-07-21 01:40:52"
},
{
"name": "saltybeagle/savant3",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/saltybeagle/Savant3.git",
"reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
"reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"Savant3.php",
"Savant3",
"Savant3/resources"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"authors": [
{
"name": "Brett Bieber",
"email": "brett.bieber@gmail.com"
}
],
"description": "Savant3 template engine",
"time": "2014-01-07 17:10:32"
},
{
"name": "slim/slim",
"version": "2.6.2",
"source": {
"type": "git",
"url": "https://github.com/slimphp/Slim.git",
"reference": "20a02782f76830b67ae56a5c08eb1f563c351a37"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/20a02782f76830b67ae56a5c08eb1f563c351a37",
"reference": "20a02782f76830b67ae56a5c08eb1f563c351a37",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"suggest": {
"ext-mcrypt": "Required for HTTP cookie encryption"
},
"type": "library",
"autoload": {
"psr-0": {
"Slim": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Josh Lockhart",
"email": "info@joshlockhart.com",
"homepage": "http://www.joshlockhart.com/"
}
],
"description": "Slim Framework, a PHP micro framework",
"homepage": "http://github.com/codeguy/Slim",
"keywords": [
"microframework",
"rest",
"router"
],
"time": "2015-03-08 18:41:17"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"saltybeagle/savant3": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}

Loading…
Cancel
Save