Skip to content

Commit

Permalink
Merge pull request #154 from WyriHaximus/set-full-versions-in-compose…
Browse files Browse the repository at this point in the history
…r.json

Set full versions in composer.json
  • Loading branch information
WyriHaximus committed Aug 8, 2022
2 parents a1b4a09 + 6d39d6b commit 98b88fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -10,11 +10,11 @@
],
"require": {
"php": "^8",
"clue/block-react": "^1.5",
"phpunit/phpunit": "^9.5",
"react/event-loop": "^1.3",
"react/promise": "^2.9",
"wyrihaximus/test-utilities": "^5"
"clue/block-react": "^1.5.",
"phpunit/phpunit": "^9.5.21",
"react/event-loop": "^1.3.0",
"react/promise": "^2.9.",
"wyrihaximus/test-utilities": "^5.0.20"
},
"require-dev": {
"wyrihaximus/iterator-or-array-to-array": "^1.2"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98b88fd

Please sign in to comment.