Skip to content

Commit b3130a9

Browse files
committed
Remove STABLE requirement
1 parent e362f20 commit b3130a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
"email": "stanislau_komar@epam.com"
1616
}
1717
],
18-
"minimum-stability": "stable",
1918
"require": {
2019
"php": ">=8.0",
21-
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
20+
"psr/log": "^1|^2|^3"
2221
}
2322
}

0 commit comments

Comments
 (0)