Skip to content

Commit 2c8c8ce

Browse files
committed
[dev] make sure installing with composer --prefer-lowest works
1 parent 90eb94d commit 2c8c8ce

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
"bower-asset/jquery": "^1.12",
4747
"bower-asset/jquery-timeago": "^1.5",
4848
"bower-asset/js-cookie": "^2.1",
49-
"psr/simple-cache": "^1.0",
49+
"psr/simple-cache": "^1.0.1",
5050
"sabre/cache": "^2.0.1",
5151
"naroga/redis-cache": "^1.2",
5252
"symfony/console": "^7.2"
5353
},
5454
"require-dev": {
55-
"phpunit/phpunit": "^11.0",
56-
"friendsofphp/php-cs-fixer": "^3.64",
57-
"phpstan/phpstan": "^2.0",
55+
"phpunit/phpunit": "^11.5",
56+
"friendsofphp/php-cs-fixer": "^3.75",
57+
"phpstan/phpstan": "^2.1",
5858
"thecodingmachine/phpstan-safe-rule": "^1.4",
5959
"phpstan/phpstan-strict-rules": "^2.0"
6060
},

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)