Skip to content

Commit

Permalink
Merge pull request #1 from pheeque1/fix/craft-cloud-compatibility
Browse files Browse the repository at this point in the history
symfony process 6.0
  • Loading branch information
pheeque1 authored Oct 14, 2024
2 parents 73154cd + 89f10e5 commit 456c870
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ostark/yii2-artisan-bridge",
"description": "Brings the ease of Artisan commands and the power of Symfony console to Yii2.",
"name": "fortrabbit/yii2-artisan-bridge",
"description": "Forked from ostark/yii2-artisan-bridge. Brings the ease of Artisan commands and the power of Symfony console to Yii2.",
"type": "library",
"keywords": [
"craftcms",
Expand All @@ -13,20 +13,20 @@
"license": "MIT",
"authors": [
{
"name": "Oliver Stark",
"name": "fortrabbit",
"homepage": "https://www.fortrabbit.com"
}
],
"support": {
"email": "os@fortrabbit.com",
"issues": "https://github.com/ostark/yii2-artisan-bridge/issues",
"source": "https://github.com/ostark/yii2-artisan-bridge",
"docs": "https://github.com/ostark/yii2-artisan-bridge"
"email": "info@fortrabbit.com",
"issues": "https://github.com/fortrabbit/yii2-artisan-bridge/issues",
"source": "https://github.com/fortrabbit/yii2-artisan-bridge",
"docs": "https://github.com/fortrabbit/yii2-artisan-bridge"
},
"require": {
"yiisoft/yii2": "^2.0",
"symfony/console": "^6.0",
"symfony/process": "^3.0 || ^4.0 || ^5.0"
"symfony/process": "^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 456c870

Please sign in to comment.