[UW-2934] chore(composer): switched back to "wiosna-dev/common-library", to branch "feature/UW-2934_Add_support_for_PHP_8.x"

This commit is contained in:
Tomasz Kuter
2023-03-09 12:57:54 +01:00
parent 19d1094ea6
commit 8620426902

View File

@@ -12,7 +12,7 @@
"require": { "require": {
"php": ">=5.6", "php": ">=5.6",
"fguillot/json-rpc": "^1.2", "fguillot/json-rpc": "^1.2",
"meritoo/common-library": "^1.1" "wiosna-dev/common-library": "dev-feature/UW-2934_Add_support_for_PHP_8.x"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.6", "friendsofphp/php-cs-fixer": "^2.6",
@@ -35,5 +35,11 @@
}, },
"config": { "config": {
"sort-packages": true "sort-packages": true
} },
"repositories": [
{
"type": "vcs",
"url": "https://github.com/wiosna-dev/common-library"
}
]
} }