Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove a hard dependency on the intl extension #289

Merged
merged 3 commits into from
Oct 10, 2019
Merged

Remove a hard dependency on the intl extension #289

merged 3 commits into from
Oct 10, 2019

Commits on Aug 23, 2019

  1. Merge branch 'v3'

    * v3:
      Prepare v3.2.3
    Richard Quadling authored and Richard Quadling committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    54d254b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Remove a hard dependency on the intl extension

    Fixes #288.
    
    While #268 and #269 updated count() and isCountable() to now work with intl resources, #286 made that the whole beberlei/assert package now requires the intl extension to be installed.
    
    However, the intl extension dependency is a soft dependency.
    The package does not need intl for most of its features and can safely work without it.
    jakzal committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    793d714 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    15bd08b View commit details
    Browse the repository at this point in the history