From 66832c41e9fff481c20ca219b3cc0a4e53b8b551 Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 25 Oct 2017 23:21:07 +0200 Subject: :arrow_up: Update intl library. Update intl library from v0.4? (2014) to v0.7.4 (2016). Use global composer autoloader now. --- vendor/commerceguys/intl/src/Exception/ExceptionInterface.php | 7 +++++++ .../intl/src/Exception/InvalidArgumentException.php | 11 +++++++++++ .../intl/src/Exception/UnknownCountryException.php | 11 +++++++++++ .../intl/src/Exception/UnknownCurrencyException.php | 11 +++++++++++ .../intl/src/Exception/UnknownLanguageException.php | 11 +++++++++++ .../intl/src/Exception/UnknownLocaleException.php | 10 ++++++++++ 6 files changed, 61 insertions(+) create mode 100644 vendor/commerceguys/intl/src/Exception/ExceptionInterface.php create mode 100644 vendor/commerceguys/intl/src/Exception/InvalidArgumentException.php create mode 100644 vendor/commerceguys/intl/src/Exception/UnknownCountryException.php create mode 100644 vendor/commerceguys/intl/src/Exception/UnknownCurrencyException.php create mode 100644 vendor/commerceguys/intl/src/Exception/UnknownLanguageException.php create mode 100644 vendor/commerceguys/intl/src/Exception/UnknownLocaleException.php (limited to 'vendor/commerceguys/intl/src/Exception') diff --git a/vendor/commerceguys/intl/src/Exception/ExceptionInterface.php b/vendor/commerceguys/intl/src/Exception/ExceptionInterface.php new file mode 100644 index 000000000..a7d17f9ab --- /dev/null +++ b/vendor/commerceguys/intl/src/Exception/ExceptionInterface.php @@ -0,0 +1,7 @@ +