Skip to content

Commit

Permalink
replace legacy league/pipeline dependency by standard Laravel Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
onlime committed Jan 26, 2025
1 parent 6460325 commit f7f9355
Show file tree
Hide file tree
Showing 16 changed files with 1,857 additions and 2,048 deletions.
19 changes: 9 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,16 @@
}
],
"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"
"php": "^8.2",
"ua-parser/uap-php": "^3.9",
"mobiledetect/mobiledetectlib": "^4.8",
"jaybizzle/crawler-detect": "^1.3",
"matomo/device-detector": "^6.4"
},
"require-dev": {
"phpunit/phpunit": "~9.0 || ~10.0",
"orchestra/testbench": "~7.0 || ~8.0",
"php-coveralls/php-coveralls": "~2.0"
"phpunit/phpunit": "^11.0",
"orchestra/testbench": "^9.0",
"php-coveralls/php-coveralls": "^2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -58,4 +57,4 @@
"test-dev": "phpunit",
"test": "phpunit --coverage-clover ./tests/logs/clover.xml"
}
}
}
Loading

0 comments on commit f7f9355

Please sign in to comment.