diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-25 18:00:42 +0200 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-25 18:00:42 +0200 | 
| commit | 68bd83db926e90c69b1e58ab1a39cbd42299790b (patch) | |
| tree | 6675ff0221a7bb7a7d48770a0318e2e531d9a386 | |
| parent | 18ac85620f0cce999ebf31c0c218ca1a0e848c4a (diff) | |
build: remove composer
I convert the app to use HTML instead of PHP, so I don't need composer
anymore.
| -rw-r--r-- | composer.json | 26 | ||||
| -rw-r--r-- | composer.lock | 526 | ||||
| -rw-r--r-- | package.json | 1 | 
3 files changed, 0 insertions, 553 deletions
| diff --git a/composer.json b/composer.json deleted file mode 100644 index c85b298..0000000 --- a/composer.json +++ /dev/null @@ -1,26 +0,0 @@ -{ -  "name": "armandphilippot/demo.armandphilippot.test", -  "description": "A collection of small apps demo.", -  "license": "MIT", -  "authors": [ -    { -      "name": "Armand Philippot", -      "email": "contact@armandphilippot.com", -      "homepage": "https://www.armandphilippot.com/" -    } -  ], -  "homepage": "https://demo.armandphilippot.com/", -  "scripts": { -    "lint": "phpcs --standard=PSR2", -    "fix": "phpcbf --standard=PSR2" -  }, -  "require-dev": { -    "squizlabs/php_codesniffer": "^3.6" -  }, -  "require": { -    "vlucas/phpdotenv": "^5.3" -  }, -  "config": { -    "vendor-dir": "htdocs/vendor" -  } -} diff --git a/composer.lock b/composer.lock deleted file mode 100644 index aa81fd5..0000000 --- a/composer.lock +++ /dev/null @@ -1,526 +0,0 @@ -{ -    "_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": "f2435682c29a01197ab8727ee125f1ca", -    "packages": [ -        { -            "name": "graham-campbell/result-type", -            "version": "v1.0.2", -            "source": { -                "type": "git", -                "url": "https://github.com/GrahamCampbell/Result-Type.git", -                "reference": "84afea85c6841deeea872f36249a206e878a5de0" -            }, -            "dist": { -                "type": "zip", -                "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/84afea85c6841deeea872f36249a206e878a5de0", -                "reference": "84afea85c6841deeea872f36249a206e878a5de0", -                "shasum": "" -            }, -            "require": { -                "php": "^7.0 || ^8.0", -                "phpoption/phpoption": "^1.8" -            }, -            "require-dev": { -                "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" -            }, -            "type": "library", -            "autoload": { -                "psr-4": { -                    "GrahamCampbell\\ResultType\\": "src/" -                } -            }, -            "notification-url": "https://packagist.org/downloads/", -            "license": [ -                "MIT" -            ], -            "authors": [ -                { -                    "name": "Graham Campbell", -                    "email": "hello@gjcampbell.co.uk" -                } -            ], -            "description": "An Implementation Of The Result Type", -            "keywords": [ -                "Graham Campbell", -                "GrahamCampbell", -                "Result Type", -                "Result-Type", -                "result" -            ], -            "support": { -                "issues": "https://github.com/GrahamCampbell/Result-Type/issues", -                "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.2" -            }, -            "funding": [ -                { -                    "url": "https://github.com/GrahamCampbell", -                    "type": "github" -                }, -                { -                    "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", -                    "type": "tidelift" -                } -            ], -            "time": "2021-08-28T21:34:50+00:00" -        }, -        { -            "name": "phpoption/phpoption", -            "version": "1.8.0", -            "source": { -                "type": "git", -                "url": "https://github.com/schmittjoh/php-option.git", -                "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28" -            }, -            "dist": { -                "type": "zip", -                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28", -                "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28", -                "shasum": "" -            }, -            "require": { -                "php": "^7.0 || ^8.0" -            }, -            "require-dev": { -                "bamarni/composer-bin-plugin": "^1.4.1", -                "phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8" -            }, -            "type": "library", -            "extra": { -                "branch-alias": { -                    "dev-master": "1.8-dev" -                } -            }, -            "autoload": { -                "psr-4": { -                    "PhpOption\\": "src/PhpOption/" -                } -            }, -            "notification-url": "https://packagist.org/downloads/", -            "license": [ -                "Apache-2.0" -            ], -            "authors": [ -                { -                    "name": "Johannes M. Schmitt", -                    "email": "schmittjoh@gmail.com" -                }, -                { -                    "name": "Graham Campbell", -                    "email": "hello@gjcampbell.co.uk" -                } -            ], -            "description": "Option Type for PHP", -            "keywords": [ -                "language", -                "option", -                "php", -                "type" -            ], -            "support": { -                "issues": "https://github.com/schmittjoh/php-option/issues", -                "source": "https://github.com/schmittjoh/php-option/tree/1.8.0" -            }, -            "funding": [ -                { -                    "url": "https://github.com/GrahamCampbell", -                    "type": "github" -                }, -                { -                    "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", -                    "type": "tidelift" -                } -            ], -            "time": "2021-08-28T21:27:29+00:00" -        }, -        { -            "name": "symfony/polyfill-ctype", -            "version": "v1.23.0", -            "source": { -                "type": "git", -                "url": "https://github.com/symfony/polyfill-ctype.git", -                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" -            }, -            "dist": { -                "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", -                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", -                "shasum": "" -            }, -            "require": { -                "php": ">=7.1" -            }, -            "suggest": { -                "ext-ctype": "For best performance" -            }, -            "type": "library", -            "extra": { -                "branch-alias": { -                    "dev-main": "1.23-dev" -                }, -                "thanks": { -                    "name": "symfony/polyfill", -                    "url": "https://github.com/symfony/polyfill" -                } -            }, -            "autoload": { -                "psr-4": { -                    "Symfony\\Polyfill\\Ctype\\": "" -                }, -                "files": [ -                    "bootstrap.php" -                ] -            }, -            "notification-url": "https://packagist.org/downloads/", -            "license": [ -                "MIT" -            ], -            "authors": [ -                { -                    "name": "Gert de Pagter", -                    "email": "BackEndTea@gmail.com" -                }, -                { -                    "name": "Symfony Community", -                    "homepage": "https://symfony.com/contributors" -                } -            ], -            "description": "Symfony polyfill for ctype functions", -            "homepage": "https://symfony.com", -            "keywords": [ -                "compatibility", -                "ctype", -                "polyfill", -                "portable" -            ], -            "support": { -                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" -            }, -            "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": "2021-02-19T12:13:01+00:00" -        }, -        { -            "name": "symfony/polyfill-mbstring", -            "version": "v1.23.1", -            "source": { -                "type": "git", -                "url": "https://github.com/symfony/polyfill-mbstring.git", -                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" -            }, -            "dist": { -                "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", -                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", -                "shasum": "" -            }, -            "require": { -                "php": ">=7.1" -            }, -            "suggest": { -                "ext-mbstring": "For best performance" -            }, -            "type": "library", -            "extra": { -                "branch-alias": { -                    "dev-main": "1.23-dev" -                }, -                "thanks": { -                    "name": "symfony/polyfill", -                    "url": "https://github.com/symfony/polyfill" -                } -            }, -            "autoload": { -                "psr-4": { -                    "Symfony\\Polyfill\\Mbstring\\": "" -                }, -                "files": [ -                    "bootstrap.php" -                ] -            }, -            "notification-url": "https://packagist.org/downloads/", -            "license": [ -                "MIT" -            ], -            "authors": [ -                { -                    "name": "Nicolas Grekas", -                    "email": "p@tchwork.com" -                }, -                { -                    "name": "Symfony Community", -                    "homepage": "https://symfony.com/contributors" -                } -            ], -            "description": "Symfony polyfill for the Mbstring extension", -            "homepage": "https://symfony.com", -            "keywords": [ -                "compatibility", -                "mbstring", -                "polyfill", -                "portable", -                "shim" -            ], -            "support": { -                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" -            }, -            "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": "2021-05-27T12:26:48+00:00" -        }, -        { -            "name": "symfony/polyfill-php80", -            "version": "v1.23.1", -            "source": { -                "type": "git", -                "url": "https://github.com/symfony/polyfill-php80.git", -                "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" -            }, -            "dist": { -                "type": "zip", -                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", -                "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", -                "shasum": "" -            }, -            "require": { -                "php": ">=7.1" -            }, -            "type": "library", -            "extra": { -                "branch-alias": { -                    "dev-main": "1.23-dev" -                }, -                "thanks": { -                    "name": "symfony/polyfill", -                    "url": "https://github.com/symfony/polyfill" -                } -            }, -            "autoload": { -                "psr-4": { -                    "Symfony\\Polyfill\\Php80\\": "" -                }, -                "files": [ -                    "bootstrap.php" -                ], -                "classmap": [ -                    "Resources/stubs" -                ] -            }, -            "notification-url": "https://packagist.org/downloads/", -            "license": [ -                "MIT" -            ], -            "authors": [ -                { -                    "name": "Ion Bazan", -                    "email": "ion.bazan@gmail.com" -                }, -                { -                    "name": "Nicolas Grekas", -                    "email": "p@tchwork.com" -                }, -                { -                    "name": "Symfony Community", -                    "homepage": "https://symfony.com/contributors" -                } -            ], -            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", -            "homepage": "https://symfony.com", -            "keywords": [ -                "compatibility", -                "polyfill", -                "portable", -                "shim" -            ], -            "support": { -                "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" -            }, -            "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": "2021-07-28T13:41:28+00:00" -        }, -        { -            "name": "vlucas/phpdotenv", -            "version": "v5.3.1", -            "source": { -                "type": "git", -                "url": "https://github.com/vlucas/phpdotenv.git", -                "reference": "accaddf133651d4b5cf81a119f25296736ffc850" -            }, -            "dist": { -                "type": "zip", -                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/accaddf133651d4b5cf81a119f25296736ffc850", -                "reference": "accaddf133651d4b5cf81a119f25296736ffc850", -                "shasum": "" -            }, -            "require": { -                "ext-pcre": "*", -                "graham-campbell/result-type": "^1.0.2", -                "php": "^7.1.3 || ^8.0", -                "phpoption/phpoption": "^1.8", -                "symfony/polyfill-ctype": "^1.23", -                "symfony/polyfill-mbstring": "^1.23.1", -                "symfony/polyfill-php80": "^1.23.1" -            }, -            "require-dev": { -                "bamarni/composer-bin-plugin": "^1.4.1", -                "ext-filter": "*", -                "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10" -            }, -            "suggest": { -                "ext-filter": "Required to use the boolean validator." -            }, -            "type": "library", -            "extra": { -                "branch-alias": { -                    "dev-master": "5.3-dev" -                } -            }, -            "autoload": { -                "psr-4": { -                    "Dotenv\\": "src/" -                } -            }, -            "notification-url": "https://packagist.org/downloads/", -            "license": [ -                "BSD-3-Clause" -            ], -            "authors": [ -                { -                    "name": "Graham Campbell", -                    "email": "hello@gjcampbell.co.uk" -                }, -                { -                    "name": "Vance Lucas", -                    "email": "vance@vancelucas.com" -                } -            ], -            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", -            "keywords": [ -                "dotenv", -                "env", -                "environment" -            ], -            "support": { -                "issues": "https://github.com/vlucas/phpdotenv/issues", -                "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.1" -            }, -            "funding": [ -                { -                    "url": "https://github.com/GrahamCampbell", -                    "type": "github" -                }, -                { -                    "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", -                    "type": "tidelift" -                } -            ], -            "time": "2021-10-02T19:24:42+00:00" -        } -    ], -    "packages-dev": [ -        { -            "name": "squizlabs/php_codesniffer", -            "version": "3.6.1", -            "source": { -                "type": "git", -                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", -                "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e" -            }, -            "dist": { -                "type": "zip", -                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f268ca40d54617c6e06757f83f699775c9b3ff2e", -                "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e", -                "shasum": "" -            }, -            "require": { -                "ext-simplexml": "*", -                "ext-tokenizer": "*", -                "ext-xmlwriter": "*", -                "php": ">=5.4.0" -            }, -            "require-dev": { -                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" -            }, -            "bin": [ -                "bin/phpcs", -                "bin/phpcbf" -            ], -            "type": "library", -            "extra": { -                "branch-alias": { -                    "dev-master": "3.x-dev" -                } -            }, -            "notification-url": "https://packagist.org/downloads/", -            "license": [ -                "BSD-3-Clause" -            ], -            "authors": [ -                { -                    "name": "Greg Sherwood", -                    "role": "lead" -                } -            ], -            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", -            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", -            "keywords": [ -                "phpcs", -                "standards" -            ], -            "support": { -                "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", -                "source": "https://github.com/squizlabs/PHP_CodeSniffer", -                "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" -            }, -            "time": "2021-10-11T04:00:11+00:00" -        } -    ], -    "aliases": [], -    "minimum-stability": "stable", -    "stability-flags": [], -    "prefer-stable": false, -    "prefer-lowest": false, -    "platform": [], -    "platform-dev": [], -    "plugin-api-version": "2.1.0" -} diff --git a/package.json b/package.json index 03e2d65..f1dad95 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@      "fix:scss": "stylelint \"**/*.scss\" --fix",      "lint": "npm-run-all --parallel lint:*",      "lint:js": "eslint --ext .js,.jsx", -    "lint:php": "composer lint",      "lint:scss": "stylelint \"**/*.scss\" --syntax scss --formatter verbose",      "release": "standard-version -s",      "rtl": "rtlcss htdocs/assets/css/style.css htdocs/assets/css/style-rtl.css", | 
