Nomad changes
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s

This commit is contained in:
Henrik Jess Nielsen
2026-06-01 23:40:55 +02:00
parent 72b1a0a6ed
commit b4c07d3693
5723 changed files with 1130655 additions and 0 deletions

22
e2e/php.backup/composer.json generated Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "kreuzberg-dev/e2e-php",
"description": "E2e tests for PHP bindings",
"type": "project",
"require-dev": {
"phpunit/phpunit": "^13.1",
"guzzlehttp/guzzle": "^7.0"
},
"autoload": {
"psr-4": {
"Kreuzberg\\": "../../packages/php/src/"
}
},
"autoload-dev": {
"psr-4": {
"Kreuzberg\\E2e\\": "tests/"
}
},
"scripts": {
"test": "php run_tests.php"
}
}