Skip to content

Commit

Permalink
chore(deps): remove league/pipline dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pataar committed Jan 27, 2025
1 parent 462b80f commit 70c70bb
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 9,408 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ demo/cache
.coveralls.yml export-ignore
phpstan.neon export-ignore
phpunit.xml export-ignore
composer.lock
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"require": {
"php": "^8.1",
"ua-parser/uap-php": "~3.9",
"league/pipeline": "^1.0",
"mobiledetect/mobiledetectlib": "~4.0",
"jaybizzle/crawler-detect": "~1.2",
"matomo/device-detector": "^6.0"
Expand Down Expand Up @@ -58,4 +57,4 @@
"test-dev": "phpunit",
"test": "phpunit --coverage-clover ./tests/logs/clover.xml"
}
}
}
Loading

0 comments on commit 70c70bb

Please sign in to comment.