Skip to content

Commit

Permalink
Introduced mlocati/ip-lib to manipulate IP addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Aug 27, 2019
1 parent 6cc7706 commit ff2a27a
Show file tree
Hide file tree
Showing 156 changed files with 3,425 additions and 613 deletions.
3 changes: 2 additions & 1 deletion system/composer.json
Expand Up @@ -15,7 +15,8 @@
"robthree/twofactorauth": "^1.6",
"matthiasmullie/minify": "^1.3",
"paragonie/random_compat": "<9.99",
"servocoder/richfilemanager-php": "^1.2"
"servocoder/richfilemanager-php": "^1.2",
"mlocati/ip-lib": "1.*"
},
"repositories": [
{
Expand Down
112 changes: 84 additions & 28 deletions system/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions system/vendor/composer/autoload_psr4.php
Expand Up @@ -26,6 +26,7 @@
'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
'Illuminate\\Config\\' => array($vendorDir . '/illuminate/config'),
'IPLib\\' => array($vendorDir . '/mlocati/ip-lib/src'),
'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector'),
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
);
5 changes: 5 additions & 0 deletions system/vendor/composer/autoload_static.php
Expand Up @@ -54,6 +54,7 @@ class ComposerStaticInite72621cdbb7ab1eae4754470aabe0609
'Illuminate\\Contracts\\' => 21,
'Illuminate\\Container\\' => 21,
'Illuminate\\Config\\' => 18,
'IPLib\\' => 6,
),
'D' =>
array (
Expand Down Expand Up @@ -146,6 +147,10 @@ class ComposerStaticInite72621cdbb7ab1eae4754470aabe0609
array (
0 => __DIR__ . '/..' . '/illuminate/config',
),
'IPLib\\' =>
array (
0 => __DIR__ . '/..' . '/mlocati/ip-lib/src',
),
'Doctrine\\Common\\Inflector\\' =>
array (
0 => __DIR__ . '/..' . '/doctrine/inflector/lib/Doctrine/Common/Inflector',
Expand Down

0 comments on commit ff2a27a

Please sign in to comment.