Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 49ea303

Browse files
committed
Merge branch 'stable'
2 parents 4bc83f1 + 3c484a2 commit 49ea303

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: composer
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
time: "10:00"
8+
open-pull-requests-limit: 10

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "LGPL-3.0",
66
"require": {
77
"php": "^8.0",
8-
"ext-pthreads": "~3.2.0",
8+
"ext-pthreads": "~3.2.0 || ^4.0",
99
"ext-reflection": "*"
1010
},
1111
"require-dev": {
12-
"phpstan/phpstan": "0.12.80",
12+
"phpstan/phpstan": "0.12.99",
1313
"phpstan/extension-installer": "^1.0",
1414
"phpstan/phpstan-strict-rules": "^0.12.4",
1515
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)