mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Attempt #2.
This commit is contained in:
@@ -8,6 +8,18 @@ settings:
|
|||||||
bootstrap: _bootstrap.php
|
bootstrap: _bootstrap.php
|
||||||
colors: true
|
colors: true
|
||||||
memory_limit: 1024M
|
memory_limit: 1024M
|
||||||
|
extensions:
|
||||||
|
enabled:
|
||||||
|
- Codeception\Extension\PhpBuiltinServer
|
||||||
|
config:
|
||||||
|
Codeception\Extension\PhpBuiltinServer:
|
||||||
|
hostname: localhost
|
||||||
|
port: 8000
|
||||||
|
documentRoot: public
|
||||||
|
startDelay: 1
|
||||||
|
phpIni: /etc/php5/fpm/php.ini
|
||||||
|
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
config:
|
config:
|
||||||
Db:
|
Db:
|
||||||
|
@@ -37,7 +37,8 @@
|
|||||||
"codeception/codeception": "*",
|
"codeception/codeception": "*",
|
||||||
"codeception/c3": "2.*",
|
"codeception/c3": "2.*",
|
||||||
"sebastian/phpcpd": "*",
|
"sebastian/phpcpd": "*",
|
||||||
"sebastian/phpdcd": "*"
|
"sebastian/phpdcd": "*",
|
||||||
|
"codeception/phpbuiltinserver": "*"
|
||||||
|
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
42
composer.lock
generated
42
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "54b87a48702c03e0eef7f37449f7888a",
|
"hash": "9c8cafd9d3f40fa1e56b3a7cee419da5",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "classpreloader/classpreloader",
|
"name": "classpreloader/classpreloader",
|
||||||
@@ -2063,6 +2063,46 @@
|
|||||||
],
|
],
|
||||||
"time": "2014-11-18 00:48:50"
|
"time": "2014-11-18 00:48:50"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "codeception/phpbuiltinserver",
|
||||||
|
"version": "v1.2.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/tiger-seo/PhpBuiltinServer.git",
|
||||||
|
"reference": "730206313b7e85d9ed4838ba02a0aee24fce1239"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/tiger-seo/PhpBuiltinServer/zipball/730206313b7e85d9ed4838ba02a0aee24fce1239",
|
||||||
|
"reference": "730206313b7e85d9ed4838ba02a0aee24fce1239",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"codeception/codeception": ">=2.0.2",
|
||||||
|
"php": ">=5.4.0"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-0": {
|
||||||
|
"Codeception": "src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "tiger-seo",
|
||||||
|
"email": "tiger.seo@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "PhpBuiltinServer extension for Codeception",
|
||||||
|
"keywords": [
|
||||||
|
"codeception"
|
||||||
|
],
|
||||||
|
"time": "2014-09-19 10:14:07"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/annotations",
|
"name": "doctrine/annotations",
|
||||||
"version": "v1.2.1",
|
"version": "v1.2.1",
|
||||||
|
@@ -11,4 +11,4 @@ modules:
|
|||||||
- AcceptanceHelper
|
- AcceptanceHelper
|
||||||
config:
|
config:
|
||||||
PhpBrowser:
|
PhpBrowser:
|
||||||
url: 'http://localhost/'
|
url: 'http://localhost'
|
||||||
|
Reference in New Issue
Block a user