Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 8, 2024
1 parent 76a4bbc commit 1435432
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
],
"require": {
"php": "^8.1",
"chevere/data-structure": "^1.0",
"chevere/message": "^0.1.0",
"chevere/data-structure": "^1.0.x-dev",
"chevere/message": "^1.0.0",
"chevere/regex": "^1.0"
},
"require-dev": {
"chevere/var-dump": "^0.10.x-dev",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"symplify/easy-coding-standard": "^11.1"
Expand Down
4 changes: 4 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
parameters:
level: 9
paths:
- src

0 comments on commit 1435432

Please sign in to comment.