Skip to content

Commit 463c2d8

Browse files
authored
Merge pull request #35 from utopia-php/queue-0.8.0
chore: update utopia-php/queue to 0.8.0
2 parents 6f92438 + 84b8cc7 commit 463c2d8

File tree

2 files changed

+2319
-77
lines changed

2 files changed

+2319
-77
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ext-redis": "*",
2121
"utopia-php/framework": "0.33.*",
2222
"utopia-php/cli": "0.15.*",
23-
"utopia-php/queue": "0.7.*"
23+
"utopia-php/queue": "0.8.*"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^9.3",
@@ -30,5 +30,11 @@
3030
"format": "vendor/bin/pint",
3131
"lint": "vendor/bin/pint --test",
3232
"test": "docker-compose up -d && sleep 10 && docker-compose exec web vendor/bin/phpunit --configuration phpunit.xml"
33+
},
34+
"config": {
35+
"allow-plugins": {
36+
"php-http/discovery": false,
37+
"tbachert/spi": false
38+
}
3339
}
3440
}

0 commit comments

Comments
 (0)