Skip to content

Commit

Permalink
Merge pull request #7 from spiral/1.1
Browse files Browse the repository at this point in the history
Up version of php-cs-fixer (for support php 8.1)
  • Loading branch information
butschster committed Jan 30, 2023
2 parents d8bd32e + 8b57bc8 commit 4a06e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}
],
"require": {
"php": ">=7.2",
"friendsofphp/php-cs-fixer": "^2.15",
"php": ">=7.4",
"friendsofphp/php-cs-fixer": "^3.8",
"squizlabs/php_codesniffer": "^3.5"
},
"bin": [
Expand All @@ -29,6 +29,6 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.4"
"phpunit/phpunit": "^9.5.5"
}
}

0 comments on commit 4a06e64

Please sign in to comment.