feat: add spatie/crawler dependency
All checks were successful
Duster Fix / duster (push) Successful in 31s

Added the "spatie/crawler" package to the main dependencies. Removed it from dev requirements for better organization.
This commit is contained in:
Rico van Zelst
2025-03-09 08:29:00 +01:00
parent d98e41b76f
commit 62e0cdd86a

4
composer.lock generated
View File

@@ -5270,13 +5270,13 @@
"illuminate/support": "^10.0|^11.0", "illuminate/support": "^10.0|^11.0",
"nesbot/carbon": "^2.71|^3.0", "nesbot/carbon": "^2.71|^3.0",
"php": "^8.2||^8.3||^8.4", "php": "^8.2||^8.3||^8.4",
"spatie/laravel-package-tools": "^1.16.1" "spatie/laravel-package-tools": "^1.16.1",
"spatie/crawler": "^8.4"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.6.6", "mockery/mockery": "^1.6.6",
"orchestra/testbench": "^8.14|^9.0", "orchestra/testbench": "^8.14|^9.0",
"pestphp/pest": "^2.24", "pestphp/pest": "^2.24",
"spatie/crawler": "^8.4",
"spatie/pest-plugin-snapshots": "^2.1", "spatie/pest-plugin-snapshots": "^2.1",
"spatie/phpunit-snapshot-assertions": "^5.1.2", "spatie/phpunit-snapshot-assertions": "^5.1.2",
"spatie/temporary-directory": "^2.2" "spatie/temporary-directory": "^2.2"