mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
improve migration file + seedbox management
This commit is contained in:
46
composer.lock
generated
46
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": "f25ef23bbab12c64d2125ead6357473b",
|
||||
"content-hash": "480b59d5b7bde3ea71a3c52e64455c7b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "akaunting/laravel-money",
|
||||
@@ -5775,6 +5775,50 @@
|
||||
},
|
||||
"time": "2022-07-17T11:19:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "rlanvin/php-ip",
|
||||
"version": "v3.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rlanvin/php-ip.git",
|
||||
"reference": "7811f12256a5a610ddcb31ed9840179f4dd3784d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/rlanvin/php-ip/zipball/7811f12256a5a610ddcb31ed9840179f4dd3784d",
|
||||
"reference": "7811f12256a5a610ddcb31ed9840179f4dd3784d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-gmp": "*",
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.5|^8.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PhpIP\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "IPv4/IPv6 manipulation library for PHP",
|
||||
"homepage": "https://github.com/rlanvin/php-ip",
|
||||
"keywords": [
|
||||
"IP",
|
||||
"ipv4",
|
||||
"ipv6"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/rlanvin/php-ip/issues",
|
||||
"source": "https://github.com/rlanvin/php-ip/tree/v3.0.0"
|
||||
},
|
||||
"time": "2022-03-02T08:51:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-package-tools",
|
||||
"version": "1.12.1",
|
||||
|
||||
Reference in New Issue
Block a user