You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a compatibility polyfill for the *ds*extension. You should include this package as a dependency of your project
7
+
This is a compatibility polyfill for the [extension](https://github.com/php-ds/extension). You should include this package as a dependency of your project
8
8
to ensure that your codebase would still be functional in an environment where the extension is not installed. The polyfill will not be loaded if the extension is installed and enabled.
9
9
10
10
## Install
@@ -13,7 +13,7 @@ to ensure that your codebase would still be functional in an environment where t
13
13
composer require php-ds/php-ds
14
14
```
15
15
16
-
You can also just specify `"php-ds/php-ds": "^1.0"` in your `composer.json` file.
16
+
You can also *require* that the extension be installed using `ext-ds`.
0 commit comments