Skip to content

Commit 6a8aa4e

Browse files
committed
Open 1.0-dev
1 parent 76800bf commit 6a8aa4e

File tree

8 files changed

+75
-85
lines changed

8 files changed

+75
-85
lines changed

.github/workflows/backward-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "master"
1010

1111
env:
12-
COMPOSER_ROOT_VERSION: "0.12.x-dev"
12+
COMPOSER_ROOT_VERSION: "1.0.x-dev"
1313

1414
jobs:
1515
backward-compatibility:

.github/workflows/compiler-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "master"
1010

1111
env:
12-
COMPOSER_ROOT_VERSION: "0.12.x-dev"
12+
COMPOSER_ROOT_VERSION: "1.0.x-dev"
1313

1414
jobs:
1515
compiler-tests:

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "master"
1010

1111
env:
12-
COMPOSER_ROOT_VERSION: "0.12.x-dev"
12+
COMPOSER_ROOT_VERSION: "1.0.x-dev"
1313

1414
jobs:
1515
result-cache-e2e-tests:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "master"
1010

1111
env:
12-
COMPOSER_ROOT_VERSION: "0.12.x-dev"
12+
COMPOSER_ROOT_VERSION: "1.0.x-dev"
1313

1414
jobs:
1515
lint:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "master"
1010

1111
env:
12-
COMPOSER_ROOT_VERSION: "0.12.x-dev"
12+
COMPOSER_ROOT_VERSION: "1.0.x-dev"
1313

1414
jobs:
1515
static-analysis:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "master"
1010

1111
env:
12-
COMPOSER_ROOT_VERSION: "0.12.x-dev"
12+
COMPOSER_ROOT_VERSION: "1.0.x-dev"
1313

1414
jobs:
1515
tests:

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ondram/ci-detector": "^3.4.0",
2626
"ondrejmirtes/better-reflection": "4.3.67",
2727
"phpstan/php-8-stubs": "^0.1.23",
28-
"phpstan/phpdoc-parser": "^0.5.7",
28+
"phpstan/phpdoc-parser": "^1.0",
2929
"react/child-process": "^0.6.1",
3030
"react/event-loop": "^1.1",
3131
"react/http": "^1.1",
@@ -43,11 +43,11 @@
4343
"brianium/paratest": "^6.2.0",
4444
"nategood/httpful": "^0.2.20",
4545
"php-parallel-lint/php-parallel-lint": "^1.2.0",
46-
"phpstan/phpstan-deprecation-rules": "^0.12.3",
47-
"phpstan/phpstan-nette": "^0.12.18",
48-
"phpstan/phpstan-php-parser": "^0.12",
49-
"phpstan/phpstan-phpunit": "^0.12.19",
50-
"phpstan/phpstan-strict-rules": "^0.12",
46+
"phpstan/phpstan-deprecation-rules": "^1.0",
47+
"phpstan/phpstan-nette": "^1.0",
48+
"phpstan/phpstan-php-parser": "^1.0",
49+
"phpstan/phpstan-phpunit": "^1.0",
50+
"phpstan/phpstan-strict-rules": "^1.0",
5151
"phpunit/phpunit": "^9.5.4",
5252
"vaimo/composer-patches": "^4.22"
5353
},
@@ -60,7 +60,7 @@
6060
},
6161
"extra": {
6262
"branch-alias": {
63-
"dev-master": "0.12-dev"
63+
"dev-master": "1.0-dev"
6464
},
6565
"patcher": {
6666
"search": "patches"

0 commit comments

Comments
 (0)