Skip to content

Update dependency robmorgan/phinx to ^0.12.11 || ^0.16.0 - autoclosed #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"name": "wyrihaximus/react-simple-orm",
"description": "EXPERIMENTAL: Package to see how feasible a simple ORM in ReactPHP is",
Expand All @@ -22,11 +22,11 @@
"thecodingmachine/safe": "^2",
"voryx/pgasync": "^2.0",
"wyrihaximus/constants": "^1.5",
"wyrihaximus/doctrine-annotation-autoloader": "^1.0",

Check failure on line 25 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (zts) with highest dependency preference

wyrihaximus/doctrine-annotation-autoloader is unused

Check failure on line 25 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.4 (zts) with highest dependency preference

wyrihaximus/doctrine-annotation-autoloader is unused

Check failure on line 25 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.4 (nts) with highest dependency preference

wyrihaximus/doctrine-annotation-autoloader is unused

Check failure on line 25 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (nts) with highest dependency preference

wyrihaximus/doctrine-annotation-autoloader is unused

Check failure on line 25 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (zts) with highest dependency preference

wyrihaximus/doctrine-annotation-autoloader is unused

Check failure on line 25 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (nts) with highest dependency preference

wyrihaximus/doctrine-annotation-autoloader is unused
"wyrihaximus/react-event-loop-rx-scheduler-hook-up": "^0.1.1"

Check failure on line 26 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (zts) with highest dependency preference

wyrihaximus/react-event-loop-rx-scheduler-hook-up is unused

Check failure on line 26 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.4 (zts) with highest dependency preference

wyrihaximus/react-event-loop-rx-scheduler-hook-up is unused

Check failure on line 26 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.4 (nts) with highest dependency preference

wyrihaximus/react-event-loop-rx-scheduler-hook-up is unused

Check failure on line 26 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (nts) with highest dependency preference

wyrihaximus/react-event-loop-rx-scheduler-hook-up is unused

Check failure on line 26 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (zts) with highest dependency preference

wyrihaximus/react-event-loop-rx-scheduler-hook-up is unused

Check failure on line 26 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (nts) with highest dependency preference

wyrihaximus/react-event-loop-rx-scheduler-hook-up is unused
},
"require-dev": {
"robmorgan/phinx": "^0.12.11",
"robmorgan/phinx": "^0.12.11 || ^0.16.0",
"symfony/yaml": "^5.4 || ^7.0",
"vlucas/phpdotenv": "^5.4",
"wyrihaximus/async-test-utilities": "^8.0.1"
Expand Down
Loading