mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat: add spatie/crawler dependency
All checks were successful
Duster Fix / duster (push) Successful in 31s
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:
4
composer.lock
generated
4
composer.lock
generated
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user