Skip to content
Open
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.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.3 (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.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 (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 (zts) 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.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.3 (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.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 (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 (zts) 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