Skip to content

Commit

Permalink
Merge pull request #213 from mteu/feature/support-php81
Browse files Browse the repository at this point in the history
  • Loading branch information
mteu committed Aug 19, 2024
2 parents f7c5e96 + 8e1ae39 commit e45a570
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 84 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<div align="center">

[![PHP Version Require](http://poser.pugx.org/mteu/zealous-stan/require/php)](https://packagist.org/packages/mteu/zealous-stan)
[![CGL](https://github.com/mteu/zealous-stan/actions/workflows/cgl.yaml/badge.svg)](https://github.com/mteu/zealous-stan/actions/workflows/cgl.yaml)
[![Latest Stable Version](http://poser.pugx.org/mteu/zealous-stan/v)](https://packagist.org/packages/mteu/zealous-stan)
[![License](http://poser.pugx.org/mteu/zealous-stan/license)](https://packagist.org/packages/mteu/zealous-stan)

# Zealous Stan
</div>
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
}
],
"require": {
"php": "~8.2 || ~8.3",
"php": "^8.1",
"ergebnis/phpstan-rules": "^2.1",
"mteu/docblock-rules": "^0.2",
"mteu/docblock-rules": "^0.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
Expand All @@ -23,7 +23,7 @@
"symplify/phpstan-rules": "^13.0.0"
},
"require-dev": {
"armin/editorconfig-cli": "^2.0",
"armin/editorconfig-cli": "^1.8 || ^2.0",
"ergebnis/composer-normalize": "^2.37"
},
"config": {
Expand Down
Loading

0 comments on commit e45a570

Please sign in to comment.