We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96ccdf commit 8ff4a79Copy full SHA for 8ff4a79
.github/workflows/ci_build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup PHP Action
19
uses: shivammathur/setup-php@v2
20
with:
21
- extensions: intl, mbstring
+ extensions: intl
22
php-version: "${{ matrix.php-versions }}"
23
coverage: xdebug
24
- name: Setup MySQL
composer.json
@@ -74,7 +74,7 @@
74
"phpstan/phpstan": "^1.6.7",
75
"phpstan/phpstan-webmozart-assert": "^1.0",
76
"pimple/pimple": "^3.2",
77
- "rector/rector": "dev-main",
+ "rector/rector": "^0.13.3",
78
"symfony/dependency-injection": "^5.0"
79
},
80
"suggest": {
0 commit comments