Skip to content

Commit

Permalink
[Feature] Laravel 10 compatibility (#24)
Browse files Browse the repository at this point in the history
* Update Illuminate/Contracts for Laravel 10 compatibility

* Fix styling

---------

Co-authored-by: Baspa <[email protected]>
  • Loading branch information
Baspa and Baspa committed Mar 9, 2023
1 parent 15465e7 commit d387e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.5",
"illuminate/contracts": "^9.0",
"illuminate/contracts": "^9.0|^10.0",
"j0k3r/php-readability": "^2.0",
"spatie/laravel-package-tools": "^1.13",
"symfony/dom-crawler": "^6.2",
Expand All @@ -36,7 +36,7 @@
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 0 additions & 2 deletions src/Seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ public static function getCheckClasses(): Collection
/**
* Order the checks so that the checks where 'continueAfterFailure' is set to false comes first.
* This way we can stop the pipeline when a check fails and we don't want to continue.
*
* @return Collection
*/
public static function orderedCheckClasses(): Collection
{
Expand Down

0 comments on commit d387e12

Please sign in to comment.