瀏覽代碼

Require aheinez/lime

main
Van Dopre 2 年之前
當前提交
b6da673a30
共有 3 個檔案被更改,包括 75 行新增0 行删除
  1. 2
    0
      .gitignore
  2. 5
    0
      composer.json
  3. 68
    0
      composer.lock

+ 2
- 0
.gitignore 查看文件

@@ -0,0 +1,2 @@
vendor
.vscode

+ 5
- 0
composer.json 查看文件

@@ -0,0 +1,5 @@
{
"require": {
"aheinze/lime": "^1.0"
}
}

+ 68
- 0
composer.lock 查看文件

@@ -0,0 +1,68 @@
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "5d7e5dfee22485047d0cad55f1c4c386",
"packages": [
{
"name": "aheinze/lime",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/aheinze/lime.git",
"reference": "f8ffc08c6dc1fc54c627fb044e6130099575e9d6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aheinze/lime/zipball/f8ffc08c6dc1fc54c627fb044e6130099575e9d6",
"reference": "f8ffc08c6dc1fc54c627fb044e6130099575e9d6",
"shasum": ""
},
"require": {
"php": ">=5.4.2"
},
"type": "library",
"autoload": {
"psr-0": {
"Lime": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Artur Heinze",
"email": "faulancer@gmail.com",
"homepage": "http://agentejo.com/",
"role": "Developer"
}
],
"description": "The PHP micro-framework",
"homepage": "https://github.com/aheinze/Lime",
"keywords": [
"lime",
"micro-framework",
"microframework",
"php"
],
"support": {
"issues": "https://github.com/aheinze/lime/issues",
"source": "https://github.com/aheinze/lime/tree/master"
},
"time": "2015-08-28T07:42:19+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
}

Loading…
取消
儲存