Skip to content

Commit

Permalink
Merge pull request #81 from spiral/hotfix/composer-json
Browse files Browse the repository at this point in the history
Remove alias from composer.json; bump dependencies
  • Loading branch information
roxblnfk authored Nov 8, 2022
2 parents bf0ab99 + 43a2598 commit 2959136
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"ext-mbstring": "*",
"doctrine/collections": "^1.8",
"spiral/cycle-bridge": "^2.1",
"spiral/framework": "^3.0",
"spiral/nyholm-bridge": "^1.2",
"spiral/roadrunner-bridge": "^2.0",
"spiral/sapi-bridge": "^1.0"
"spiral/framework": "^3.2",
"spiral/nyholm-bridge": "^1.3",
"spiral/roadrunner-bridge": "^2.1",
"spiral/sapi-bridge": "^1.0.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"qossmic/deptrac-shim": "^1.0",
"spiral/testing": "^2.0",
"symfony/var-dumper": "^6.0",
"spiral/testing": "^2.2",
"symfony/var-dumper": "^6.1",
"vimeo/psalm": "dev-master"
},
"autoload": {
"psr-4": {
"App\\": "app/src"
},
"files": [
"app/src/Application/helpers.php"
"app/src/Application/helpers.php"
]
},
"autoload-dev": {
Expand All @@ -39,10 +39,7 @@
}
},
"extra": {
"publish-cmd": "php app.php publish",
"branch-alias": {
"dev-3.x": "3.0.x-dev"
}
"publish-cmd": "php app.php publish"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 2959136

Please sign in to comment.