Initialer Push von Martin

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-03 13:55:43 +02:00
commit 2f301cec42
16 changed files with 2280 additions and 0 deletions

16
src/composer.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "web-crawler/app",
"description": "Web Crawler Application with Parallel Processing",
"type": "project",
"require": {
"php": "^8.3",
"guzzlehttp/guzzle": "^7.8",
"symfony/dom-crawler": "^7.0",
"symfony/css-selector": "^7.0"
},
"autoload": {
"psr-4": {
"App\\": "classes/"
}
}
}