diff --git a/composer.json b/composer.json index a9df304d..e1187047 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,6 @@ }, "require": { "php": "^7", - "ext-intl": "*", "ext-simplexml": "*", "ext-mbstring": "*", "ext-ctype": "*", diff --git a/tests/Assert/Tests/AssertTest.php b/tests/Assert/Tests/AssertTest.php index 5f7504e8..fd397c0d 100644 --- a/tests/Assert/Tests/AssertTest.php +++ b/tests/Assert/Tests/AssertTest.php @@ -1437,7 +1437,8 @@ public function testValidCount() * @requires extension intl */ public function testValidCountWithIntlResourceBundle() - { // Test ResourceBundle counting using resources generated for PHP testing of ResourceBundle + { + // Test ResourceBundle counting using resources generated for PHP testing of ResourceBundle // https://github.com/php/php-src/commit/8f4337f2551e28d98290752e9ca99fc7f87d93b5 $this->assertTrue(Assertion::count(new ResourceBundle('en_US', __DIR__.'/_files/ResourceBundle'), 6)); }