Skip to content

Commit 58236b0

Browse files
committed
Bump quality tools
1 parent 4835bca commit 58236b0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/bin-dev/
12
/var/
23
/vendor/
34
composer.lock

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
],
2323
"require": {
2424
"php": "^8.3",
25-
"gember/event-sourcing": "dev-main",
25+
"gember/event-sourcing": "^0.1",
2626
"symfony/messenger": "^7.1"
2727
},
2828
"require-dev": {
2929
"captainhook/captainhook": "^5.23",
3030
"friendsofphp/php-cs-fixer": "^3.58",
31-
"phpstan/phpstan": "^1.11",
32-
"phpunit/phpunit": "^11.1",
33-
"rector/rector": "^1.2",
31+
"phpstan/phpstan": "^2.1",
32+
"phpunit/phpunit": "^12.1",
33+
"rector/rector": "^2.0",
3434
"rregeer/phpunit-coverage-check": "^0.3.1",
3535
"shipmonk/composer-dependency-analyser": "^1.5",
3636
"symfony/property-access": "^7.0"

0 commit comments

Comments
 (0)