From 558fafc04657330af6391e955f872d5817b7f051 Mon Sep 17 00:00:00 2001 From: David Lienhard Date: Sun, 13 Nov 2022 11:33:19 +0100 Subject: [PATCH] delete composer.lock remove lockfile --- .github/workflows/check.yml | 2 +- composer.lock | 473 ------------------------------------ 2 files changed, 1 insertion(+), 474 deletions(-) delete mode 100644 composer.lock diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a900f56..38f3826 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -34,7 +34,7 @@ jobs: key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }} restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer- - - name: Validate composer.json and composer.lock + - name: Validate composer.json run: composer validate - name: Install dependencies diff --git a/composer.lock b/composer.lock deleted file mode 100644 index e2fccf2..0000000 --- a/composer.lock +++ /dev/null @@ -1,473 +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": "c1bcd0564f96ae1c53a6dbec095ba4be", - "packages": [ - { - "name": "davidlienhard/database", - "version": "2.0.8", - "source": { - "type": "git", - "url": "https://github.com/davidlienhard/database.git", - "reference": "1d908943249c1df42347b6a0f63f781bb8012aec" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/davidlienhard/database/zipball/1d908943249c1df42347b6a0f63f781bb8012aec", - "reference": "1d908943249c1df42347b6a0f63f781bb8012aec", - "shasum": "" - }, - "require": { - "davidlienhard/functioncaller": "^1", - "ext-mysqli": "^8.0", - "php": "^8.0" - }, - "require-dev": { - "davidlienhard/coding-standard": "^1", - "phpstan/phpstan": "^0 || ^1", - "phpunit/phpunit": "^9", - "squizlabs/php_codesniffer": "^3" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "David Lienhard", - "email": "github@lienhard.win", - "homepage": "http://www.lienhard.win/", - "role": "Developer" - } - ], - "description": "🐘 php library for easy access to databases", - "homepage": "https://github.com/davidlienhard/database/", - "keywords": [ - "database", - "library", - "mysql", - "php" - ], - "support": { - "email": "github@lienhard.win", - "issues": "https://github.com/davidlienhard/database/issues/", - "source": "https://github.com/davidlienhard/database/tree/2.0.8" - }, - "time": "2022-10-22T09:07:24+00:00" - }, - { - "name": "davidlienhard/functioncaller", - "version": "1.1.2", - "source": { - "type": "git", - "url": "https://github.com/davidlienhard/functioncaller.git", - "reference": "8db871e601420ab23a8f61b35c4b07526b3dd956" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/davidlienhard/functioncaller/zipball/8db871e601420ab23a8f61b35c4b07526b3dd956", - "reference": "8db871e601420ab23a8f61b35c4b07526b3dd956", - "shasum": "" - }, - "require": { - "php": "^8.0" - }, - "require-dev": { - "davidlienhard/coding-standard": "^1", - "phpstan/phpstan": "^1", - "squizlabs/php_codesniffer": "^3" - }, - "type": "libary", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "David Lienhard", - "email": "github@lienhard.win", - "homepage": "http://www.lienhard.win/", - "role": "Developer" - } - ], - "description": "🐘 php library to call functions and catch triggered errors", - "homepage": "https://github.com/davidlienhard/functioncaller/", - "keywords": [ - "errorhandler", - "library", - "php" - ], - "support": { - "email": "github@lienhard.win", - "issues": "https://github.com/davidlienhard/functioncaller/issues/", - "source": "https://github.com/davidlienhard/functioncaller/tree/1.1.2" - }, - "time": "2022-10-22T08:48:32+00:00" - } - ], - "packages-dev": [ - { - "name": "davidlienhard/coding-standard", - "version": "1.0.7", - "source": { - "type": "git", - "url": "https://github.com/davidlienhard/coding-standard.git", - "reference": "acf31a3cf767da74b323f4afcc844d3192e85a85" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/davidlienhard/coding-standard/zipball/acf31a3cf767da74b323f4afcc844d3192e85a85", - "reference": "acf31a3cf767da74b323f4afcc844d3192e85a85", - "shasum": "" - }, - "require": { - "php": "^8.0", - "slevomat/coding-standard": "^8", - "squizlabs/php_codesniffer": "^3" - }, - "type": "phpcodesniffer-standard", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "David Lienhard", - "email": "github@lienhard.win", - "homepage": "http://www.lienhard.win/", - "role": "Developer" - } - ], - "description": "DavidLienhard PHPCS Coding Standard", - "keywords": [ - "codesniffer", - "phpcs" - ], - "support": { - "issues": "https://github.com/davidlienhard/coding-standard/issues", - "source": "https://github.com/davidlienhard/coding-standard" - }, - "time": "2022-10-15T13:40:26+00:00" - }, - { - "name": "dealerdirect/phpcodesniffer-composer-installer", - "version": "v0.7.2", - "source": { - "type": "git", - "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", - "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", - "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.0 || ^2.0", - "php": ">=5.3", - "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" - }, - "require-dev": { - "composer/composer": "*", - "php-parallel-lint/php-parallel-lint": "^1.3.1", - "phpcompatibility/php-compatibility": "^9.0" - }, - "type": "composer-plugin", - "extra": { - "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" - }, - "autoload": { - "psr-4": { - "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Franck Nijhof", - "email": "franck.nijhof@dealerdirect.com", - "homepage": "http://www.frenck.nl", - "role": "Developer / IT Manager" - }, - { - "name": "Contributors", - "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors" - } - ], - "description": "PHP_CodeSniffer Standards Composer Installer Plugin", - "homepage": "http://www.dealerdirect.com", - "keywords": [ - "PHPCodeSniffer", - "PHP_CodeSniffer", - "code quality", - "codesniffer", - "composer", - "installer", - "phpcbf", - "phpcs", - "plugin", - "qa", - "quality", - "standard", - "standards", - "style guide", - "stylecheck", - "tests" - ], - "support": { - "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", - "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" - }, - "time": "2022-02-04T12:51:07+00:00" - }, - { - "name": "phpstan/phpdoc-parser", - "version": "1.8.0", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "8dd908dd6156e974b9a0f8bb4cd5ad0707830f04" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8dd908dd6156e974b9a0f8bb4cd5ad0707830f04", - "reference": "8dd908dd6156e974b9a0f8bb4cd5ad0707830f04", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "require-dev": { - "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.5", - "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.5", - "symfony/process": "^5.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "PHPStan\\PhpDocParser\\": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHPDoc parser with support for nullable, intersection and generic types", - "support": { - "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.8.0" - }, - "time": "2022-09-04T18:59:06+00:00" - }, - { - "name": "phpstan/phpstan", - "version": "1.9.0", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "e08de53a5eec983de78a787a88e72518cf8fe43a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e08de53a5eec983de78a787a88e72518cf8fe43a", - "reference": "e08de53a5eec983de78a787a88e72518cf8fe43a", - "shasum": "" - }, - "require": { - "php": "^7.2|^8.0" - }, - "conflict": { - "phpstan/phpstan-shim": "*" - }, - "bin": [ - "phpstan", - "phpstan.phar" - ], - "type": "library", - "autoload": { - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHPStan - PHP Static Analysis Tool", - "keywords": [ - "dev", - "static analysis" - ], - "support": { - "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.0" - }, - "funding": [ - { - "url": "https://github.com/ondrejmirtes", - "type": "github" - }, - { - "url": "https://github.com/phpstan", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", - "type": "tidelift" - } - ], - "time": "2022-11-03T07:26:48+00:00" - }, - { - "name": "slevomat/coding-standard", - "version": "8.5.2", - "source": { - "type": "git", - "url": "https://github.com/slevomat/coding-standard.git", - "reference": "f32937dc41b587f3500efed1dbca2f82aa519373" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/f32937dc41b587f3500efed1dbca2f82aa519373", - "reference": "f32937dc41b587f3500efed1dbca2f82aa519373", - "shasum": "" - }, - "require": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", - "php": "^7.2 || ^8.0", - "phpstan/phpdoc-parser": ">=1.7.0 <1.9.0", - "squizlabs/php_codesniffer": "^3.7.1" - }, - "require-dev": { - "phing/phing": "2.17.4", - "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpstan/phpstan": "1.4.10|1.8.6", - "phpstan/phpstan-deprecation-rules": "1.0.0", - "phpstan/phpstan-phpunit": "1.0.0|1.1.1", - "phpstan/phpstan-strict-rules": "1.4.4", - "phpunit/phpunit": "7.5.20|8.5.21|9.5.25" - }, - "type": "phpcodesniffer-standard", - "extra": { - "branch-alias": { - "dev-master": "8.x-dev" - } - }, - "autoload": { - "psr-4": { - "SlevomatCodingStandard\\": "SlevomatCodingStandard" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", - "support": { - "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/8.5.2" - }, - "funding": [ - { - "url": "https://github.com/kukulich", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard", - "type": "tidelift" - } - ], - "time": "2022-09-27T16:45:37+00:00" - }, - { - "name": "squizlabs/php_codesniffer", - "version": "3.7.1", - "source": { - "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", - "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": "2022-06-18T07:21:10+00:00" - } - ], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "php": "^8.0" - }, - "platform-dev": [], - "plugin-api-version": "2.3.0" -}