You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 296B

12345678910111213141516
  1. {
  2. "config": {
  3. "platform": {
  4. "php": "8.0.2"
  5. },
  6. "sort-packages": true
  7. },
  8. "require-dev": {
  9. "behat/behat": "^3.14",
  10. "dms/phpunit-arraysubset-asserts": "^0.5",
  11. "guzzlehttp/guzzle": "^7.8",
  12. "phpunit/phpunit": "^9.6",
  13. "sabre/dav": "^4.6",
  14. "symfony/event-dispatcher": "^5.4"
  15. }
  16. }