add laravel8

This commit is contained in:
Romulus21
2021-08-06 10:10:03 +02:00
parent 9bd45bb5e8
commit fdd99dda83
5 changed files with 116 additions and 72 deletions

77
composer.lock generated
View File

@@ -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": "af7dafa431cbba9912319b9eb48e2700",
"content-hash": "672c33dd764b0e46196962741ac67b7c",
"packages": [
{
"name": "asm89/stack-cors",
@@ -9838,6 +9838,77 @@
],
"time": "2021-01-28T16:54:48+00:00"
},
{
"name": "talvbansal/laravel-gitlab-ci-config-generator",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/talvbansal/laravel-gitlab-ci-config-generator.git",
"reference": "7c88268fc6836f50ec0115c74bcf1b56832e0e2b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/talvbansal/laravel-gitlab-ci-config-generator/zipball/7c88268fc6836f50ec0115c74bcf1b56832e0e2b",
"reference": "7c88268fc6836f50ec0115c74bcf1b56832e0e2b",
"shasum": ""
},
"require": {
"php": "^8.0|^7.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^9.0",
"symfony/var-dumper": "^5.0"
},
"default-branch": true,
"type": "library",
"extra": {
"laravel": {
"providers": [
"Talvbansal\\GitlabCiConfigGenerator\\GitlabCiConfigGeneratorServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Talvbansal\\GitlabCiConfigGenerator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Talv Bansal",
"email": "talvbansal@outlook.com",
"homepage": "https://talvbansal.me",
"role": "Developer"
}
],
"description": "A Gitlab CI Config Generator and Dependency Installer",
"homepage": "https://github.com/talvbansal/laravel-gitlab-ci-config-generator",
"keywords": [
"laravel-gitlab-ci-config-generator",
"talvbansal"
],
"support": {
"issues": "https://github.com/talvbansal/laravel-gitlab-ci-config-generator/issues",
"source": "https://github.com/talvbansal/laravel-gitlab-ci-config-generator/tree/master"
},
"funding": [
{
"url": "https://paypal.me/talvbansal",
"type": "custom"
},
{
"url": "https://github.com/talvbansal",
"type": "github"
}
],
"time": "2021-05-15T22:49:14+00:00"
},
{
"name": "theseer/tokenizer",
"version": "1.2.0",
@@ -9891,7 +9962,9 @@
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"stability-flags": {
"talvbansal/laravel-gitlab-ci-config-generator": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {