From e8dead369c5b500812342a936cfa534c68fa29aa Mon Sep 17 00:00:00 2001 From: core23 Date: Tue, 10 Dec 2019 18:00:05 +0100 Subject: [PATCH] Automate workflow using GitHub Actions --- composer.json | 148 +++++++++++++++++++++++++------------------------- 1 file changed, 74 insertions(+), 74 deletions(-) diff --git a/composer.json b/composer.json index 13d045c1..afc47a6b 100644 --- a/composer.json +++ b/composer.json @@ -1,77 +1,77 @@ { - "name": "core23/shariff-bundle", - "type": "symfony-bundle", - "description": "This bundle provides a wrapper for using shariff inside the sonata-project.", - "keywords": [ - "symfony", - "shariff", - "heise", - "facebook", - "twitter", - "google", - "sonata", - "block", - "widget", - "bundle" - ], - "homepage": "https://core23.de", - "license": "MIT", - "authors": [ - { - "name": "Christian Gripp", - "email": "mail@core23.de" - } - ], - "require": { - "php": "^7.2", - "ext-json": "*", - "doctrine/doctrine-cache-bundle": "^1.3.5", - "psr/cache": "^1.0", - "psr/http-client": "^1.0", - "psr/http-message": "^1.0", - "sonata-project/block-bundle": "^3.18", - "sonata-project/core-bundle": "^3.17", - "symfony/config": "^4.2", - "symfony/dependency-injection": "^4.2", - "symfony/expression-language": "^4.2", - "symfony/form": "^4.2", - "symfony/framework-bundle": "^4.2", - "symfony/http-foundation": "^4.2", - "symfony/http-kernel": "^4.2", - "symfony/options-resolver": "^4.2", - "symfony/twig-bundle": "^4.2" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.3", - "localheinz/composer-normalize": "^1.3", - "nyholm/psr7": "^1.0", - "symfony/cache": "^3.4 || ^4.2", - "symfony/http-client": "^3.4 || ^4.2" - }, - "config": { - "sort-packages": true - }, - "extra": { - "branch-alias": { - "dev-master": "5.x-dev" - } - }, - "autoload": { - "psr-4": { - "Core23\\ShariffBundle\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "Core23\\ShariffBundle\\Tests\\": "tests/" - } - }, - "scripts": { - "post-install-cmd": [ - "@composer bin all install --ansi" - ], - "post-update-cmd": [ - "@composer bin all update --ansi" - ] + "name": "core23/shariff-bundle", + "type": "symfony-bundle", + "description": "This bundle provides a wrapper for using shariff inside the sonata-project.", + "keywords": [ + "symfony", + "shariff", + "heise", + "facebook", + "twitter", + "google", + "sonata", + "block", + "widget", + "bundle" + ], + "homepage": "https://core23.de", + "license": "MIT", + "authors": [ + { + "name": "Christian Gripp", + "email": "mail@core23.de" + } + ], + "require": { + "php": "^7.2", + "ext-json": "*", + "doctrine/doctrine-cache-bundle": "^1.3.5", + "psr/cache": "^1.0", + "psr/http-client": "^1.0", + "psr/http-message": "^1.0", + "sonata-project/block-bundle": "^3.18", + "sonata-project/core-bundle": "^3.17", + "symfony/config": "^4.2", + "symfony/dependency-injection": "^4.2", + "symfony/expression-language": "^4.2", + "symfony/form": "^4.2", + "symfony/framework-bundle": "^4.2", + "symfony/http-foundation": "^4.2", + "symfony/http-kernel": "^4.2", + "symfony/options-resolver": "^4.2", + "symfony/twig-bundle": "^4.2" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.3", + "localheinz/composer-normalize": "^1.3", + "nyholm/psr7": "^1.0", + "symfony/cache": "^3.4 || ^4.2", + "symfony/http-client": "^3.4 || ^4.2" + }, + "config": { + "sort-packages": true + }, + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" } + }, + "autoload": { + "psr-4": { + "Core23\\ShariffBundle\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Core23\\ShariffBundle\\Tests\\": "tests/" + } + }, + "scripts": { + "post-install-cmd": [ + "@composer bin all install --ansi" + ], + "post-update-cmd": [ + "@composer bin all update --ansi" + ] + } }