From 6e9ff45bd6abd95b1d25e38cc33ea98e7f5e3c1d Mon Sep 17 00:00:00 2001 From: Ezra Lazuardy Date: Thu, 2 May 2024 14:34:40 +0700 Subject: [PATCH] feat: update --- composer.json | 1 - composer.lock | 136 +-------------------------------------------- docker-compose.yml | 31 ----------- fly.toml | 8 --- yarn.lock | 6 +- 5 files changed, 4 insertions(+), 178 deletions(-) delete mode 100644 docker-compose.yml delete mode 100644 fly.toml diff --git a/composer.json b/composer.json index 93190ee..e55e66f 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,6 @@ "brianium/paratest": "^7.4", "fakerphp/faker": "^1.9.1", "laravel/pint": "^1.13", - "laravel/sail": "^1.29", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^7.0", "phpunit/phpunit": "^10.1", diff --git a/composer.lock b/composer.lock index d283652..cb05ce1 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "b5bef58fbd2f87c99620eb40c46736f5", + "content-hash": "41a6a9b46c27904f8788f65006017324", "packages": [ { "name": "ahtinurme/octane-health-check", @@ -9447,69 +9447,6 @@ }, "time": "2024-04-30T15:02:26+00:00" }, - { - "name": "laravel/sail", - "version": "v1.29.1", - "source": { - "type": "git", - "url": "https://github.com/laravel/sail.git", - "reference": "8be4a31150eab3b46af11a2e7b2c4632eefaad7e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/sail/zipball/8be4a31150eab3b46af11a2e7b2c4632eefaad7e", - "reference": "8be4a31150eab3b46af11a2e7b2c4632eefaad7e", - "shasum": "" - }, - "require": { - "illuminate/console": "^9.52.16|^10.0|^11.0", - "illuminate/contracts": "^9.52.16|^10.0|^11.0", - "illuminate/support": "^9.52.16|^10.0|^11.0", - "php": "^8.0", - "symfony/console": "^6.0|^7.0", - "symfony/yaml": "^6.0|^7.0" - }, - "require-dev": { - "orchestra/testbench": "^7.0|^8.0|^9.0", - "phpstan/phpstan": "^1.10" - }, - "bin": [ - "bin/sail" - ], - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Laravel\\Sail\\SailServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Laravel\\Sail\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "Docker files for running a basic Laravel application.", - "keywords": [ - "docker", - "laravel" - ], - "support": { - "issues": "https://github.com/laravel/sail/issues", - "source": "https://github.com/laravel/sail" - }, - "time": "2024-03-20T20:09:31+00:00" - }, { "name": "mockery/mockery", "version": "1.6.11", @@ -11583,77 +11520,6 @@ ], "time": "2024-03-02T05:41:00+00:00" }, - { - "name": "symfony/yaml", - "version": "v7.0.7", - "source": { - "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "0d3916ae69ea28b59d94b60c4f2b50f4e25adb5c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/0d3916ae69ea28b59d94b60c4f2b50f4e25adb5c", - "reference": "0d3916ae69ea28b59d94b60c4f2b50f4e25adb5c", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "symfony/console": "<6.4" - }, - "require-dev": { - "symfony/console": "^6.4|^7.0" - }, - "bin": [ - "Resources/bin/yaml-lint" - ], - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Loads and dumps YAML files", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/yaml/tree/v7.0.7" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-04-28T11:44:19+00:00" - }, { "name": "theseer/tokenizer", "version": "1.2.3", diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 7cc9e56..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,31 +0,0 @@ -services: - laravel.test: - build: - context: ./vendor/laravel/sail/runtimes/8.3 - dockerfile: Dockerfile - args: - WWWGROUP: "${WWWGROUP}" - image: sail-8.3/app - extra_hosts: - - "host.docker.internal:host-gateway" - ports: - - "${APP_PORT:-80}:80" - - "${VITE_PORT:-5173}:${VITE_PORT:-5173}" - - "443:443" - - "443:443/udp" - environment: - WWWUSER: "${WWWUSER}" - LARAVEL_SAIL: 1 - XDEBUG_MODE: "${SAIL_XDEBUG_MODE:-off}" - XDEBUG_CONFIG: "${SAIL_XDEBUG_CONFIG:-client_host=host.docker.internal}" - IGNITION_LOCAL_SITES_PATH: "${PWD}" - SUPERVISOR_PHP_COMMAND: "/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan octane:start --server=frankenphp --host=0.0.0.0 --admin-port=2019 --port=80" - XDG_CONFIG_HOME: /var/www/html/config - XDG_DATA_HOME: /var/www/html/data - volumes: - - ".:/var/www/html" - networks: - - sail -networks: - sail: - driver: bridge diff --git a/fly.toml b/fly.toml deleted file mode 100644 index 3ef60ae..0000000 --- a/fly.toml +++ /dev/null @@ -1,8 +0,0 @@ -app = "retia-cloud" -primary_region = "sin" -kill_signal = "SIGTERM" -kill_timeout = 300 -services = [] - -[env] -APP_URL = "https://retia.fly.dev" diff --git a/yarn.lock b/yarn.lock index 0d343bb..ac5ee19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -400,9 +400,9 @@ camelcase-css@^2.0.1: integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599: - version "1.0.30001614" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz#f894b4209376a0bf923d67d9c361d96b1dfebe39" - integrity sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog== + version "1.0.30001615" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001615.tgz#7c2c8772db681b6dee74d81d6550db68f2d28842" + integrity sha512-1IpazM5G3r38meiae0bHRnPhz+CBQ3ZLqbQMtrg+AsTPKAXgW38JNsXkyZ+v8waCsDmPq87lmfun5Q2AGysNEQ== chokidar@^3.5.3: version "3.6.0"