diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000000000000000000000000000000000000..d2b7326968b5c9c73bc71201c5f02bb6444bfed8 --- /dev/null +++ b/composer.lock @@ -0,0 +1,18 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "fb868aee4271b4f211fa6443b05e3b80", + "packages": [], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [], + "plugin-api-version": "2.6.0" +} diff --git a/index.php b/index.php index 651ccfbea744d87d99de366bba48dcd93c23c471..ff183a17bf13acfa9673cbc193be270e7a109a53 100644 --- a/index.php +++ b/index.php @@ -26,5 +26,16 @@ ]; print_r($func->sortPrice($array)); ?> + +