Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Automate workflow using GitHub Actions #46

Merged
merged 1 commit into from
Dec 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
148 changes: 74 additions & 74 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
}
],
"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": "[email protected]"
}
],
"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"
]
}
}