Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dex-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
dex-admin
Commits
49e33b46
Commit
49e33b46
authored
Jul 03, 2023
by
haojie[
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d7ca190b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
204 additions
and
134 deletions
+204
-134
app/Service/TradeService.php
+2
-1
composer.lock
+201
-132
package-lock.json
+1
-1
No files found.
app/Service/TradeService.php
View file @
49e33b46
...
...
@@ -144,8 +144,9 @@ public function inscriptionList($page, $limit)
$buy_fee
=
app
(
AdminConfigService
::
class
)
->
getBuyFee
();
// 指定返回的字段
$field
=
[
'id'
,
'inscription'
,
'status'
,
'original_amount'
];
$model
=
InscriptionTrading
::
with
([
'inscriptions'
]);
// $item->buy_real_amount = $item->original_amount + $item->original_amount * ($buy_fee / 100);
$model
=
$
this
->
model
()
->
where
(
'status'
,
self
::
ORDER_STATUS_ON
)
$model
=
$
model
->
where
(
'status'
,
self
::
ORDER_STATUS_ON
)
->
orderBy
(
'id'
,
'desc'
)
->
paginate
(
$limit
,
$field
,
'page'
,
$page
);
// 获取分页后的data
$data
=
$model
->
items
();
...
...
composer.lock
View file @
49e33b46
...
...
@@ -412,25 +412,29 @@
},
{
"name": "doctrine/deprecations",
"version": "v1.
0.0
",
"version": "v1.
1.1
",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "
0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de
"
"reference": "
612a3ee5ab0d5dd97b7cf3874a6efe24325efac3
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/
0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de
",
"reference": "
0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de
",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/
612a3ee5ab0d5dd97b7cf3874a6efe24325efac3
",
"reference": "
612a3ee5ab0d5dd97b7cf3874a6efe24325efac3
",
"shasum": ""
},
"require": {
"php": "^7.1
|
^8.0"
"php": "^7.1
||
^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
"phpstan/phpstan": "1.4.10 || 1.10.15",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "0.18.4",
"psr/log": "^1 || ^2 || ^3",
"vimeo/psalm": "4.30.0 || 5.12.0"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
...
...
@@ -449,9 +453,9 @@
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v1.
0.0
"
"source": "https://github.com/doctrine/deprecations/tree/v1.
1.1
"
},
"time": "202
2-05-02T15:47:0
9+00:00"
"time": "202
3-06-03T09:27:2
9+00:00"
},
{
"name": "doctrine/event-manager",
...
...
@@ -547,28 +551,28 @@
},
{
"name": "doctrine/inflector",
"version": "2.0.
6
",
"version": "2.0.
8
",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "
d9d313a36c872fd6ee06d9a6cbcf713eaa40f024
"
"reference": "
f9301a5b2fb1216b2b08f02ba04dc45423db6bff
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/
d9d313a36c872fd6ee06d9a6cbcf713eaa40f024
",
"reference": "
d9d313a36c872fd6ee06d9a6cbcf713eaa40f024
",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/
f9301a5b2fb1216b2b08f02ba04dc45423db6bff
",
"reference": "
f9301a5b2fb1216b2b08f02ba04dc45423db6bff
",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^10",
"doctrine/coding-standard": "^1
1.
0",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25"
"vimeo/psalm": "^4.25
|| ^5.4
"
},
"type": "library",
"autoload": {
...
...
@@ -618,7 +622,7 @@
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.
6
"
"source": "https://github.com/doctrine/inflector/tree/2.0.
8
"
},
"funding": [
{
...
...
@@ -634,7 +638,7 @@
"type": "tidelift"
}
],
"time": "202
2-10-20T09:10:12
+00:00"
"time": "202
3-06-16T13:40:37
+00:00"
},
{
"name": "doctrine/lexer",
...
...
@@ -777,16 +781,16 @@
},
{
"name": "egulias/email-validator",
"version": "3.2.
5
",
"version": "3.2.
6
",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "
b531a2311709443320c786feb4519cfaf94af796
"
"reference": "
e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/
b531a2311709443320c786feb4519cfaf94af796
",
"reference": "
b531a2311709443320c786feb4519cfaf94af796
",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/
e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7
",
"reference": "
e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7
",
"shasum": ""
},
"require": {
...
...
@@ -832,7 +836,7 @@
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/3.2.
5
"
"source": "https://github.com/egulias/EmailValidator/tree/3.2.
6
"
},
"funding": [
{
...
...
@@ -840,7 +844,7 @@
"type": "github"
}
],
"time": "2023-0
1-02T17:26:14
+00:00"
"time": "2023-0
6-01T07:04:22
+00:00"
},
{
"name": "fruitcake/php-cors",
...
...
@@ -977,21 +981,21 @@
},
{
"name": "guzzlehttp/guzzle",
"version": "7.
5.1
",
"version": "7.
7.0
",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "
b964ca597e86b752cd994f27293e9fa6b6a95ed9
"
"reference": "
fb7566caccf22d74d1ab270de3551f72a58399f5
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/
b964ca597e86b752cd994f27293e9fa6b6a95ed9
",
"reference": "
b964ca597e86b752cd994f27293e9fa6b6a95ed9
",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/
fb7566caccf22d74d1ab270de3551f72a58399f5
",
"reference": "
fb7566caccf22d74d1ab270de3551f72a58399f5
",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.5",
"guzzlehttp/promises": "^1.5
.3 || ^2.0
",
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
...
...
@@ -1003,7 +1007,8 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"ext-curl": "*",
"php-http/client-integration-tests": "^3.0",
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
...
...
@@ -1017,9 +1022,6 @@
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
"branch-alias": {
"dev-master": "7.5-dev"
}
},
"autoload": {
...
...
@@ -1085,7 +1087,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.
5.1
"
"source": "https://github.com/guzzle/guzzle/tree/7.
7.0
"
},
"funding": [
{
...
...
@@ -1101,38 +1103,37 @@
"type": "tidelift"
}
],
"time": "2023-0
4-17T16:30:08
+00:00"
"time": "2023-0
5-21T14:04:53
+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "
1.5.2
",
"version": "
2.0.0
",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "
b94b2807d85443f9719887892882d0329d1e2598
"
"reference": "
3a494dc7dc1d7d12e511890177ae2d0e6c107da6
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/
b94b2807d85443f9719887892882d0329d1e2598
",
"reference": "
b94b2807d85443f9719887892882d0329d1e2598
",
"url": "https://api.github.com/repos/guzzle/promises/zipball/
3a494dc7dc1d7d12e511890177ae2d0e6c107da6
",
"reference": "
3a494dc7dc1d7d12e511890177ae2d0e6c107da6
",
"shasum": ""
},
"require": {
"php": "
>=5.5
"
"php": "
^7.2.5 || ^8.0
"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
"bamarni/composer-bin-plugin": "^1.8.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
...
...
@@ -1169,7 +1170,7 @@
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/
1.5.2
"
"source": "https://github.com/guzzle/promises/tree/
2.0.0
"
},
"funding": [
{
...
...
@@ -1185,7 +1186,7 @@
"type": "tidelift"
}
],
"time": "202
2-08-28T14:55:35
+00:00"
"time": "202
3-05-21T13:50:22
+00:00"
},
{
"name": "guzzlehttp/psr7",
...
...
@@ -1461,16 +1462,16 @@
},
{
"name": "laravel/framework",
"version": "v9.52.
7
",
"version": "v9.52.
10
",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "
675ea868fe36b18c8303e954aac540e6b1caa677
"
"reference": "
858add225ce88a76c43aec0e7866288321ee0ee9
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/
675ea868fe36b18c8303e954aac540e6b1caa677
",
"reference": "
675ea868fe36b18c8303e954aac540e6b1caa677
",
"url": "https://api.github.com/repos/laravel/framework/zipball/
858add225ce88a76c43aec0e7866288321ee0ee9
",
"reference": "
858add225ce88a76c43aec0e7866288321ee0ee9
",
"shasum": ""
},
"require": {
...
...
@@ -1655,7 +1656,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-0
4-25T13:44:05
+00:00"
"time": "2023-0
6-27T13:25:54
+00:00"
},
{
"name": "laravel/sanctum",
...
...
@@ -2178,19 +2179,20 @@
},
{
"name": "league/flysystem",
"version": "3.1
4.0
",
"version": "3.1
5.1
",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "
e2a279d7f47d9098e479e8b21f7fb8b8de230158
"
"reference": "
a141d430414fcb8bf797a18716b09f759a385bed
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/
e2a279d7f47d9098e479e8b21f7fb8b8de230158
",
"reference": "
e2a279d7f47d9098e479e8b21f7fb8b8de230158
",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/
a141d430414fcb8bf797a18716b09f759a385bed
",
"reference": "
a141d430414fcb8bf797a18716b09f759a385bed
",
"shasum": ""
},
"require": {
"league/flysystem-local": "^3.0.0",
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
},
...
...
@@ -2249,7 +2251,67 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.14.0"
"source": "https://github.com/thephpleague/flysystem/tree/3.15.1"
},
"funding": [
{
"url": "https://ecologi.com/frankdejonge",
"type": "custom"
},
{
"url": "https://github.com/frankdejonge",
"type": "github"
}
],
"time": "2023-05-04T09:04:26+00:00"
},
{
"name": "league/flysystem-local",
"version": "3.15.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git",
"reference": "543f64c397fefdf9cfeac443ffb6beff602796b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/543f64c397fefdf9cfeac443ffb6beff602796b3",
"reference": "543f64c397fefdf9cfeac443ffb6beff602796b3",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"league/flysystem": "^3.0.0",
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\Flysystem\\Local\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "Local filesystem adapter for Flysystem.",
"keywords": [
"Flysystem",
"file",
"files",
"filesystem",
"local"
],
"support": {
"issues": "https://github.com/thephpleague/flysystem-local/issues",
"source": "https://github.com/thephpleague/flysystem-local/tree/3.15.0"
},
"funding": [
{
...
...
@@ -2261,7 +2323,7 @@
"type": "github"
}
],
"time": "2023-0
4-11T18:11:47
+00:00"
"time": "2023-0
5-02T20:02:14
+00:00"
},
{
"name": "league/mime-type-detection",
...
...
@@ -2490,16 +2552,16 @@
},
{
"name": "nesbot/carbon",
"version": "2.6
6.0
",
"version": "2.6
8.1
",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "4
96712849902241f04902033b0441b269effe001
"
"reference": "4
f991ed2a403c85efbc4f23eb4030063fdbe01da
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4
96712849902241f04902033b0441b269effe001
",
"reference": "4
96712849902241f04902033b0441b269effe001
",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4
f991ed2a403c85efbc4f23eb4030063fdbe01da
",
"reference": "4
f991ed2a403c85efbc4f23eb4030063fdbe01da
",
"shasum": ""
},
"require": {
...
...
@@ -2588,7 +2650,7 @@
"type": "tidelift"
}
],
"time": "2023-0
1-29T18:53:47
+00:00"
"time": "2023-0
6-20T18:29:04
+00:00"
},
{
"name": "nette/schema",
...
...
@@ -2741,16 +2803,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.1
5.4
",
"version": "v4.1
6.0
",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "
6bb5176bc4af8bcb7d926f88718db9b96a2d4290
"
"reference": "
19526a33fb561ef417e822e85f08a00db4059c17
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/
6bb5176bc4af8bcb7d926f88718db9b96a2d4290
",
"reference": "
6bb5176bc4af8bcb7d926f88718db9b96a2d4290
",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/
19526a33fb561ef417e822e85f08a00db4059c17
",
"reference": "
19526a33fb561ef417e822e85f08a00db4059c17
",
"shasum": ""
},
"require": {
...
...
@@ -2791,9 +2853,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.1
5.4
"
"source": "https://github.com/nikic/PHP-Parser/tree/v4.1
6.0
"
},
"time": "2023-0
3-05T19:49:14
+00:00"
"time": "2023-0
6-25T14:52:30
+00:00"
},
{
"name": "nunomaduro/termwind",
...
...
@@ -3513,16 +3575,16 @@
},
{
"name": "psy/psysh",
"version": "v0.11.1
6
",
"version": "v0.11.1
8
",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
"reference": "
151b145906804eea8e5d71fea23bfb470c904bfb
"
"reference": "
4f00ee9e236fa6a48f4560d1300b9c961a70a7ec
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/
151b145906804eea8e5d71fea23bfb470c904bfb
",
"reference": "
151b145906804eea8e5d71fea23bfb470c904bfb
",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/
4f00ee9e236fa6a48f4560d1300b9c961a70a7ec
",
"reference": "
4f00ee9e236fa6a48f4560d1300b9c961a70a7ec
",
"shasum": ""
},
"require": {
...
...
@@ -3583,9 +3645,9 @@
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.11.1
6
"
"source": "https://github.com/bobthecow/psysh/tree/v0.11.1
8
"
},
"time": "2023-0
4-26T12:53:57
+00:00"
"time": "2023-0
5-23T02:31:11
+00:00"
},
{
"name": "ralouphie/getallheaders",
...
...
@@ -6653,16 +6715,16 @@
},
{
"name": "fakerphp/faker",
"version": "v1.2
1
.0",
"version": "v1.2
3
.0",
"source": {
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
"reference": "
92efad6a967f0b79c499705c69b662f738cc9e4d
"
"reference": "
e3daa170d00fde61ea7719ef47bb09bb8f1d9b01
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/
92efad6a967f0b79c499705c69b662f738cc9e4d
",
"reference": "
92efad6a967f0b79c499705c69b662f738cc9e4d
",
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/
e3daa170d00fde61ea7719ef47bb09bb8f1d9b01
",
"reference": "
e3daa170d00fde61ea7719ef47bb09bb8f1d9b01
",
"shasum": ""
},
"require": {
...
...
@@ -6715,9 +6777,9 @@
],
"support": {
"issues": "https://github.com/FakerPHP/Faker/issues",
"source": "https://github.com/FakerPHP/Faker/tree/v1.2
1
.0"
"source": "https://github.com/FakerPHP/Faker/tree/v1.2
3
.0"
},
"time": "202
2-12-13T13:54:32
+00:00"
"time": "202
3-06-12T08:44:38
+00:00"
},
{
"name": "filp/whoops",
...
...
@@ -6909,23 +6971,23 @@
},
{
"name": "laravel/sail",
"version": "v1.2
1.5
",
"version": "v1.2
3.0
",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
"reference": "
27af207bb1c53faddcba34c7528b3e969f6a646d
"
"reference": "
a2e046f748e87d3ef8b2b381e0e5c5a11f34e46b
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/
27af207bb1c53faddcba34c7528b3e969f6a646d
",
"reference": "
27af207bb1c53faddcba34c7528b3e969f6a646d
",
"url": "https://api.github.com/repos/laravel/sail/zipball/
a2e046f748e87d3ef8b2b381e0e5c5a11f34e46b
",
"reference": "
a2e046f748e87d3ef8b2b381e0e5c5a11f34e46b
",
"shasum": ""
},
"require": {
"illuminate/console": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"php": "^
7.3|^
8.0",
"php": "^8.0",
"symfony/yaml": "^6.0"
},
"require-dev": {
...
...
@@ -6970,42 +7032,48 @@
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
"time": "2023-0
4-24T13:29:38
+00:00"
"time": "2023-0
6-16T21:20:12
+00:00"
},
{
"name": "mockery/mockery",
"version": "1.
5.1
",
"version": "1.
6.2
",
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
"reference": "
e92dcc83d5a51851baf5f5591d32cb2b16e3684e
"
"reference": "
13a7fa2642c76c58fa2806ef7f565344c817a191
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/
e92dcc83d5a51851baf5f5591d32cb2b16e3684e
",
"reference": "
e92dcc83d5a51851baf5f5591d32cb2b16e3684e
",
"url": "https://api.github.com/repos/mockery/mockery/zipball/
13a7fa2642c76c58fa2806ef7f565344c817a191
",
"reference": "
13a7fa2642c76c58fa2806ef7f565344c817a191
",
"shasum": ""
},
"require": {
"hamcrest/hamcrest-php": "^2.0.1",
"lib-pcre": ">=7.0",
"php": "^7.
3
|| ^8.0"
"php": "^7.
4
|| ^8.0"
},
"conflict": {
"phpunit/phpunit": "<8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.3"
"phpunit/phpunit": "^8.5 || ^9.3",
"psalm/plugin-phpunit": "^0.18",
"vimeo/psalm": "^5.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-ma
ster": "1.4
.x-dev"
"dev-ma
in": "1.6
.x-dev"
}
},
"autoload": {
"psr-0": {
"Mockery": "library/"
"files": [
"library/helpers.php",
"library/Mockery.php"
],
"psr-4": {
"Mockery\\": "library/Mockery"
}
},
"notification-url": "https://packagist.org/downloads/",
...
...
@@ -7040,9 +7108,9 @@
],
"support": {
"issues": "https://github.com/mockery/mockery/issues",
"source": "https://github.com/mockery/mockery/tree/1.
5.1
"
"source": "https://github.com/mockery/mockery/tree/1.
6.2
"
},
"time": "202
2-09-07T15:32:08
+00:00"
"time": "202
3-06-07T09:07:52
+00:00"
},
{
"name": "myclabs/deep-copy",
...
...
@@ -7685,16 +7753,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.6.
7
",
"version": "9.6.
9
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "
c993f0d3b0489ffc42ee2fe0bd645af1538a63b2
"
"reference": "
a9aceaf20a682aeacf28d582654a1670d8826778
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
c993f0d3b0489ffc42ee2fe0bd645af1538a63b2
",
"reference": "
c993f0d3b0489ffc42ee2fe0bd645af1538a63b2
",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
a9aceaf20a682aeacf28d582654a1670d8826778
",
"reference": "
a9aceaf20a682aeacf28d582654a1670d8826778
",
"shasum": ""
},
"require": {
...
...
@@ -7768,7 +7836,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.
7
"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.
9
"
},
"funding": [
{
...
...
@@ -7784,7 +7852,7 @@
"type": "tidelift"
}
],
"time": "2023-0
4-14T08:58:40
+00:00"
"time": "2023-0
6-11T06:13:56
+00:00"
},
{
"name": "sebastian/cli-parser",
...
...
@@ -8086,16 +8154,16 @@
},
{
"name": "sebastian/diff",
"version": "4.0.
4
",
"version": "4.0.
5
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "
3461e3fccc7cfdfc2720be910d3bd73c69be590d
"
"reference": "
74be17022044ebaaecfdf0c5cd504fc9cd5a7131
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/
3461e3fccc7cfdfc2720be910d3bd73c69be590d
",
"reference": "
3461e3fccc7cfdfc2720be910d3bd73c69be590d
",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/
74be17022044ebaaecfdf0c5cd504fc9cd5a7131
",
"reference": "
74be17022044ebaaecfdf0c5cd504fc9cd5a7131
",
"shasum": ""
},
"require": {
...
...
@@ -8140,7 +8208,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.
4
"
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.
5
"
},
"funding": [
{
...
...
@@ -8148,7 +8216,7 @@
"type": "github"
}
],
"time": "202
0-10-26T13:10:38
+00:00"
"time": "202
3-05-07T05:35:17
+00:00"
},
{
"name": "sebastian/environment",
...
...
@@ -8752,16 +8820,16 @@
},
{
"name": "spatie/backtrace",
"version": "1.
4.0
",
"version": "1.
5.3
",
"source": {
"type": "git",
"url": "https://github.com/spatie/backtrace.git",
"reference": "
ec4dd16476b802dbdc6b4467f84032837e316b8c
"
"reference": "
483f76a82964a0431aa836b6ed0edde0c248e3ab
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/backtrace/zipball/
ec4dd16476b802dbdc6b4467f84032837e316b8c
",
"reference": "
ec4dd16476b802dbdc6b4467f84032837e316b8c
",
"url": "https://api.github.com/repos/spatie/backtrace/zipball/
483f76a82964a0431aa836b6ed0edde0c248e3ab
",
"reference": "
483f76a82964a0431aa836b6ed0edde0c248e3ab
",
"shasum": ""
},
"require": {
...
...
@@ -8798,7 +8866,7 @@
"spatie"
],
"support": {
"source": "https://github.com/spatie/backtrace/tree/1.
4.0
"
"source": "https://github.com/spatie/backtrace/tree/1.
5.3
"
},
"funding": [
{
...
...
@@ -8810,26 +8878,27 @@
"type": "other"
}
],
"time": "2023-0
3-04T08:57:24
+00:00"
"time": "2023-0
6-28T12:59:17
+00:00"
},
{
"name": "spatie/flare-client-php",
"version": "1.
3.6
",
"version": "1.
4.0
",
"source": {
"type": "git",
"url": "https://github.com/spatie/flare-client-php.git",
"reference": "
530ac81255af79f114344286e4275f8869c671e2
"
"reference": "
82138174d5fe2829a7f085a6bdb2a06f6def9f7a
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/
530ac81255af79f114344286e4275f8869c671e2
",
"reference": "
530ac81255af79f114344286e4275f8869c671e2
",
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/
82138174d5fe2829a7f085a6bdb2a06f6def9f7a
",
"reference": "
82138174d5fe2829a7f085a6bdb2a06f6def9f7a
",
"shasum": ""
},
"require": {
"illuminate/pipeline": "^8.0|^9.0|^10.0",
"nesbot/carbon": "^2.62.1",
"php": "^8.0",
"spatie/backtrace": "^1.2",
"spatie/backtrace": "^1.
5.
2",
"symfony/http-foundation": "^5.0|^6.0",
"symfony/mime": "^5.2|^6.0",
"symfony/process": "^5.2|^6.0",
...
...
@@ -8846,7 +8915,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.
1
.x-dev"
"dev-main": "1.
3
.x-dev"
}
},
"autoload": {
...
...
@@ -8871,7 +8940,7 @@
],
"support": {
"issues": "https://github.com/spatie/flare-client-php/issues",
"source": "https://github.com/spatie/flare-client-php/tree/1.
3.6
"
"source": "https://github.com/spatie/flare-client-php/tree/1.
4.0
"
},
"funding": [
{
...
...
@@ -8879,28 +8948,28 @@
"type": "github"
}
],
"time": "2023-0
4-12T07:57:12
+00:00"
"time": "2023-0
6-28T11:08:09
+00:00"
},
{
"name": "spatie/ignition",
"version": "1.
6
.0",
"version": "1.
9
.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/ignition.git",
"reference": "
fbcfcabc44e506e40c4d72fd4ddf465e272a600e
"
"reference": "
de24ff1e01814d5043bd6eb4ab36a5a852a04973
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/ignition/zipball/
fbcfcabc44e506e40c4d72fd4ddf465e272a600e
",
"reference": "
fbcfcabc44e506e40c4d72fd4ddf465e272a600e
",
"url": "https://api.github.com/repos/spatie/ignition/zipball/
de24ff1e01814d5043bd6eb4ab36a5a852a04973
",
"reference": "
de24ff1e01814d5043bd6eb4ab36a5a852a04973
",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": "^8.0",
"spatie/backtrace": "^1.
4
",
"spatie/flare-client-php": "^1.
1
",
"spatie/backtrace": "^1.
5.3
",
"spatie/flare-client-php": "^1.
4.0
",
"symfony/console": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
},
...
...
@@ -8912,7 +8981,7 @@
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"psr/simple-cache-implementation": "*",
"symfony/cache": "^6.
2
",
"symfony/cache": "^6.
0
",
"symfony/process": "^5.4|^6.0",
"vlucas/phpdotenv": "^5.5"
},
...
...
@@ -8962,7 +9031,7 @@
"type": "github"
}
],
"time": "2023-0
4-27T08:40:07
+00:00"
"time": "2023-0
6-28T13:24:59
+00:00"
},
{
"name": "spatie/laravel-ignition",
...
...
package-lock.json
View file @
49e33b46
{
"name"
:
"dex-
trade
"
,
"name"
:
"dex-
admin
"
,
"lockfileVersion"
:
2
,
"requires"
:
true
,
"packages"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment