forked from mirrors/easyappointments
Removed ApiGen from composer and added codeigniter framework as a dev dependency.
This commit is contained in:
parent
967021acf7
commit
c6bf850907
2 changed files with 37 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
||||||
"vendor-dir": "composer"
|
"vendor-dir": "composer"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"apigen/apigen": "~4.1"
|
"codeigniter/framework": "^3.0"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"gregwar/captcha": "^1.1",
|
"gregwar/captcha": "^1.1",
|
||||||
|
|
39
composer.lock
generated
39
composer.lock
generated
|
@ -4,8 +4,8 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "9376f6dce837c49ec0467c91adc7dd0e",
|
"hash": "c484aff175b14ee6c9810d6f4476c3c9",
|
||||||
"content-hash": "f1caee945fa2c3ffed8c56511645dce9",
|
"content-hash": "066f48bf5bdce6c78e3e440b892865f2",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "gregwar/captcha",
|
"name": "gregwar/captcha",
|
||||||
|
@ -117,7 +117,40 @@
|
||||||
"time": "2015-11-01 10:15:28"
|
"time": "2015-11-01 10:15:28"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": null,
|
"packages-dev": [
|
||||||
|
{
|
||||||
|
"name": "codeigniter/framework",
|
||||||
|
"version": "3.0.6",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/bcit-ci/CodeIgniter.git",
|
||||||
|
"reference": "8082544c5b4b33175790f505587e202e3ca9e488"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/8082544c5b4b33175790f505587e202e3ca9e488",
|
||||||
|
"reference": "8082544c5b4b33175790f505587e202e3ca9e488",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.2.4"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"mikey179/vfsstream": "1.1.*"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
|
||||||
|
},
|
||||||
|
"type": "project",
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"description": "The CodeIgniter framework",
|
||||||
|
"homepage": "https://codeigniter.com",
|
||||||
|
"time": "2016-03-21 16:26:30"
|
||||||
|
}
|
||||||
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": [],
|
||||||
|
|
Loading…
Reference in a new issue