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

Commit

Permalink
Automate workflow using GitHub Actions (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 10, 2019
2 parents 796d429 + e8dead3 commit 31c201f
Showing 1 changed file with 74 additions and 74 deletions.
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"
]
}
}

0 comments on commit 31c201f

Please sign in to comment.