mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for L6 + PHP 7.4
This commit is contained in:
parent
64269c5fc0
commit
ebd87245af
@ -68,7 +68,7 @@
|
||||
"league/fractal": "0.13.*",
|
||||
"lokielse/omnipay-alipay": "~1.4",
|
||||
"maatwebsite/excel": "dev-carbon#8b17952",
|
||||
"mashape/unirest-php": "^3.0.5",
|
||||
"mashape/unirest-php": "^3.0.4",
|
||||
"meebio/omnipay-creditcall": "dev-master",
|
||||
"meebio/omnipay-secure-trading": "dev-master",
|
||||
"mfauveau/omnipay-pacnet": "~2.0",
|
||||
@ -105,7 +105,7 @@
|
||||
"symfony/dom-crawler": "~3.1",
|
||||
"codeception/c3": "2.*",
|
||||
"codeception/codeception": "2.*",
|
||||
"phpspec/phpspec": "~5.0",
|
||||
"phpspec/phpspec": "~6.1",
|
||||
"phpunit/phpunit": "~5.7"
|
||||
},
|
||||
"autoload": {
|
||||
@ -206,10 +206,6 @@
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/tainmar/Laravel-Excel"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/loverg-c/unirest-php"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
954
composer.lock
generated
954
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ class_name: AcceptanceTester
|
||||
modules:
|
||||
enabled:
|
||||
- WebDriver:
|
||||
url: 'http://www.ninja.test:8000'
|
||||
url: 'http://ninja-master.test:8000'
|
||||
window_size: 1024x768
|
||||
wait: 5
|
||||
restart: true
|
||||
|
@ -9,7 +9,7 @@ modules:
|
||||
enabled:
|
||||
- \Helper\Functional
|
||||
- PhpBrowser:
|
||||
url: 'http://www.ninja.test:8000'
|
||||
url: 'http://ninja-master.test:8000'
|
||||
curl:
|
||||
CURLOPT_RETURNTRANSFER: true
|
||||
- Db:
|
||||
|
Loading…
x
Reference in New Issue
Block a user