Skip to content

Commit 8ff4a79

Browse files
committed
try
1 parent c96ccdf commit 8ff4a79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP Action
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
extensions: intl, mbstring
21+
extensions: intl
2222
php-version: "${{ matrix.php-versions }}"
2323
coverage: xdebug
2424
- name: Setup MySQL

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"phpstan/phpstan": "^1.6.7",
7575
"phpstan/phpstan-webmozart-assert": "^1.0",
7676
"pimple/pimple": "^3.2",
77-
"rector/rector": "dev-main",
77+
"rector/rector": "^0.13.3",
7878
"symfony/dependency-injection": "^5.0"
7979
},
8080
"suggest": {

0 commit comments

Comments
 (0)