Skip to content

Commit dc16c1c

Browse files
committed
Merge branch 'release/3.1.2'
2 parents 8dfdc47 + acec123 commit dc16c1c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ vendor/
22
composer.lock
33
phpunit.xml
44
.phpunit.result.cache
5+
.idea/

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 4.1.2 - 2025/05/02
4+
- pr #13 - Move phpstan to dev requirements
5+
36
## 4.1.1 - 2022/03/24
47
- Update PHP CS Fixer and corresponding setting file
58
- Add PHPStan

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"name" : "Mikaël DELSOL",
1414
"email" : "[email protected]",
1515
"role" : "Owner"
16+
},
17+
{
18+
"name": "survik1",
19+
"role": "Contributor"
1620
}
1721
],
1822
"scripts": {
@@ -21,11 +25,11 @@
2125
"phpstan": "vendor/bin/phpstan analyze src --level=3"
2226
},
2327
"require" : {
24-
"php": ">=7.4",
25-
"phpstan/phpstan": "^1.5"
28+
"php": ">=7.4"
2629
},
2730
"require-dev": {
2831
"friendsofphp/php-cs-fixer": "^3.0",
32+
"phpstan/phpstan": "^1.5",
2933
"phpunit/phpunit": "^9"
3034
},
3135
"autoload" : {

0 commit comments

Comments
 (0)