aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorDavid Siegfried <david.siegfried@uni-vechta.de>2022-06-21 09:04:10 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2022-06-21 09:04:10 +0000
commit8ce1b740c144abf8855b5ea7580d09be6af467fa (patch)
treeee0ec1e1f2a73ce40f3f046b0b8f44e823ad8fb2 /composer.lock
parentb333f3fa1ea4d661db10e88325152eb2ef5437f3 (diff)
add gitlab-ci, closes #606
Closes #606 Merge request studip/studip!574
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock120
1 files changed, 118 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
index 3ec6357..34d1a2e 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": "2fa6a856bbe442274874aeabe26f054b",
+ "content-hash": "28f7b44e60723efc25ae44ea906ee3a1",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -4367,6 +4367,122 @@
"time": "2020-11-13T09:40:50+00:00"
},
{
+ "name": "n98/junit-xml",
+ "version": "1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/cmuench/junit-xml.git",
+ "reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/cmuench/junit-xml/zipball/0017dd92ac8cb619f02e32f4cffd768cfe327c73",
+ "reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73",
+ "shasum": ""
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "N98\\JUnitXml\\": "src/N98/JUnitXml"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Münch",
+ "email": "c.muench@netz98.de"
+ }
+ ],
+ "description": "JUnit XML Document generation library",
+ "support": {
+ "issues": "https://github.com/cmuench/junit-xml/issues",
+ "source": "https://github.com/cmuench/junit-xml/tree/1.1.0"
+ },
+ "time": "2020-12-25T09:08:58+00:00"
+ },
+ {
+ "name": "overtrue/phplint",
+ "version": "3.0.6",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/overtrue/phplint.git",
+ "reference": "b4212c2c65bf50f6c823ab8e7c13c9ead9433241"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/overtrue/phplint/zipball/b4212c2c65bf50f6c823ab8e7c13c9ead9433241",
+ "reference": "b4212c2c65bf50f6c823ab8e7c13c9ead9433241",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "n98/junit-xml": "1.1.0",
+ "php": ">=5.5.9",
+ "symfony/console": "^3.2|^4.0|^5.0",
+ "symfony/finder": "^3.0|^4.0|^5.0",
+ "symfony/process": "^3.3|^4.0|^5.0",
+ "symfony/yaml": "^3.0|^4.0|^5.0"
+ },
+ "require-dev": {
+ "brainmaestro/composer-git-hooks": "^2.7",
+ "friendsofphp/php-cs-fixer": "^2.16",
+ "jakub-onderka/php-console-highlighter": "^0.3.2 || ^0.4"
+ },
+ "bin": [
+ "bin/phplint"
+ ],
+ "type": "library",
+ "extra": {
+ "hooks": {
+ "pre-commit": [
+ "composer fix-style"
+ ],
+ "pre-push": [
+ "composer check-style"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Overtrue\\PHPLint\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "overtrue",
+ "email": "anzhengchao@gmail.com"
+ }
+ ],
+ "description": "`phplint` is a tool that can speed up linting of php files by running several lint processes at once.",
+ "keywords": [
+ "check",
+ "lint",
+ "phplint",
+ "syntax"
+ ],
+ "support": {
+ "issues": "https://github.com/overtrue/phplint/issues",
+ "source": "https://github.com/overtrue/phplint/tree/3.0.6"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/overtrue",
+ "type": "github"
+ }
+ ],
+ "time": "2021-11-30T15:45:02+00:00"
+ },
+ {
"name": "phar-io/manifest",
"version": "2.0.1",
"source": {
@@ -6728,5 +6844,5 @@
"ext-mbstring": "*"
},
"platform-dev": [],
- "plugin-api-version": "2.1.0"
+ "plugin-api-version": "2.3.0"
}