This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
VendorSoftware
/
symfony
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Browse Source
[composer] change ext/intl to the new ext-intl syntax
Igor Wiedler
13 năm trước cách đây
mục cha
d535afeb98
commit
9c8f100c11
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
src/Symfony/Component/Locale/composer.json
+ 1
- 1
src/Symfony/Component/Locale/composer.json
Xem Tập Tin
@@ -20,6 +20,6 @@
"php": ">=5.3.2"
},
"suggest": {
- "ext
/
intl": ">=5.3.2"
+ "ext
-
intl": ">=5.3.2"
}
}