mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
version bump
This commit is contained in:
parent
5ea548de62
commit
f878cfc1b5
@ -25,7 +25,7 @@
|
||||
],
|
||||
"type": "project",
|
||||
"require": {
|
||||
"php": ">=7.3",
|
||||
"php": "^7.3|^7.4",
|
||||
"ext-json": "*",
|
||||
"asgrim/ofxparser": "^1.2",
|
||||
"authorizenet/authorizenet": "^2.0",
|
||||
@ -66,7 +66,6 @@
|
||||
"require-dev": {
|
||||
"anahkiasen/former": "^4.2",
|
||||
"barryvdh/laravel-debugbar": "^3.4",
|
||||
"brianium/paratest": "^5.0",
|
||||
"darkaonline/l5-swagger": "^8.0",
|
||||
"facade/ignition": "^2.3.6",
|
||||
"filp/whoops": "^2.7",
|
||||
|
83
composer.lock
generated
83
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "d52dc9a6166a9ecfb0e5e92041c112e2",
|
||||
"content-hash": "ef60a891b86ee73c6f31b73f0e778e09",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asgrim/ofxparser",
|
||||
@ -10178,85 +10178,6 @@
|
||||
],
|
||||
"time": "2020-09-07T19:32:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "brianium/paratest",
|
||||
"version": "5.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/paratestphp/paratest.git",
|
||||
"reference": "e54bea90b784b289a7ee17f2319210338c2d7d6d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/paratestphp/paratest/zipball/e54bea90b784b289a7ee17f2319210338c2d7d6d",
|
||||
"reference": "e54bea90b784b289a7ee17f2319210338c2d7d6d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
"ext-pcre": "*",
|
||||
"ext-pdo": "*",
|
||||
"ext-reflection": "*",
|
||||
"ext-simplexml": "*",
|
||||
"php": "^7.3",
|
||||
"phpunit/php-code-coverage": "^9.1.2",
|
||||
"phpunit/php-file-iterator": "^3.0",
|
||||
"phpunit/php-timer": "^5.0",
|
||||
"phpunit/phpunit": "^9.3.5",
|
||||
"sebastian/environment": "^5.1",
|
||||
"symfony/console": "^4.4 || ^5.1",
|
||||
"symfony/process": "^4.4 || ^5.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^8.1.0",
|
||||
"ekino/phpstan-banned-code": "^0.3.1",
|
||||
"ergebnis/phpstan-rules": "^0.15.1",
|
||||
"phpstan/phpstan": "^0.12.37",
|
||||
"phpstan/phpstan-deprecation-rules": "^0.12.5",
|
||||
"phpstan/phpstan-phpunit": "^0.12.16",
|
||||
"phpstan/phpstan-strict-rules": "^0.12.4",
|
||||
"squizlabs/php_codesniffer": "^3.5.6",
|
||||
"symfony/filesystem": "^5.1.3",
|
||||
"thecodingmachine/phpstan-strict-rules": "^0.12.0",
|
||||
"vimeo/psalm": "^3.12.2"
|
||||
},
|
||||
"bin": [
|
||||
"bin/paratest"
|
||||
],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ParaTest\\": [
|
||||
"src/"
|
||||
]
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Brian Scaturro",
|
||||
"email": "scaturrob@gmail.com",
|
||||
"homepage": "http://brianscaturro.com",
|
||||
"role": "Lead"
|
||||
}
|
||||
],
|
||||
"description": "Parallel testing for PHP",
|
||||
"homepage": "https://github.com/paratestphp/paratest",
|
||||
"keywords": [
|
||||
"concurrent",
|
||||
"parallel",
|
||||
"phpunit",
|
||||
"testing"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/paratestphp/paratest/issues",
|
||||
"source": "https://github.com/paratestphp/paratest/tree/5.0.4"
|
||||
},
|
||||
"time": "2020-08-26T13:44:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "darkaonline/l5-swagger",
|
||||
"version": "8.0.2",
|
||||
@ -13810,7 +13731,7 @@
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": ">=7.3",
|
||||
"php": "^7.3|^7.4",
|
||||
"ext-json": "*"
|
||||
},
|
||||
"platform-dev": [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user