Skip to content

Commit

Permalink
Update thanks to fix broken versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon14 committed Nov 26, 2023
1 parent 5a7f27e commit 84d9f54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
@@ -1,4 +1,7 @@
<!-- markdownlint-disable MD033 -->
<p align="center">
<a href="https://packagist.org/packages/brandon14/fossabot-commander" target="_blank"><img alt="Packagist PHP Version" src="https://img.shields.io/packagist/dependency-v/brandon14/fossabot-commander/php?style=for-the-badge&cacheSeconds=3600"></a>
</p>
<p align="center">
<a href="https://github.com/brandon14/fossabot-commander/actions/workflows/run-tests.yml" target="_blank"><img alt="GitHub Workflow Status (with event)" src="https://img.shields.io/github/actions/workflow/status/brandon14/fossabot-commander/run-tests.yml?style=for-the-badge&cacheSeconds=3600">
</a>
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -32,11 +32,11 @@
}
},
"require": {
"php": "^7.4|^8.0",
"php": "^7.4 || ^8.0",
"ext-json": "*",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/polyfill-php80": "^1.0",
"symfony/polyfill-php81": "^1.0"
},
Expand All @@ -53,7 +53,7 @@
"phpstan/phpstan": "^1.10",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7",
"symfony/thanks": "^1.2",
"symfony/thanks": "^1.2.10",
"vimeo/psalm": "^5.15"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion licenses.md
Expand Up @@ -112,7 +112,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


### psr/log (Version 3.0.0 | fe5ea30)
### psr/log (Version 1.1.4 | d49695b)
Common interface for logging libraries
Homepage: [https://github.com/php-fig/log](https://github.com/php-fig/log)
Licenses Used: MIT
Expand Down

0 comments on commit 84d9f54

Please sign in to comment.