diff --git a/vendor/codeigniter/framework/application/config/database.php b/vendor/codeigniter/framework/application/config/database.php
deleted file mode 100644
index bf9857fff..000000000
--- a/vendor/codeigniter/framework/application/config/database.php
+++ /dev/null
@@ -1,96 +0,0 @@
-db->last_query() and profiling of DB queries.
-| When you run a query, with this setting set to TRUE (default),
-| CodeIgniter will store the SQL statement for debugging purposes.
-| However, this may cause high memory usage, especially if you run
-| a lot of SQL queries ... disable this to avoid that problem.
-|
-| The $active_group variable lets you choose which connection group to
-| make active. By default there is only one group (the 'default' group).
-|
-| The $query_builder variables lets you determine whether or not to load
-| the query builder class.
-*/
-$active_group = 'default';
-$query_builder = TRUE;
-
-$db['default'] = array(
- 'dsn' => '',
- 'hostname' => 'localhost',
- 'username' => '',
- 'password' => '',
- 'database' => '',
- 'dbdriver' => 'mysqli',
- 'dbprefix' => '',
- 'pconnect' => FALSE,
- 'db_debug' => (ENVIRONMENT !== 'production'),
- 'cache_on' => FALSE,
- 'cachedir' => '',
- 'char_set' => 'utf8',
- 'dbcollat' => 'utf8_general_ci',
- 'swap_pre' => '',
- 'encrypt' => FALSE,
- 'compress' => FALSE,
- 'stricton' => FALSE,
- 'failover' => array(),
- 'save_queries' => TRUE
-);
diff --git a/vendor/codeigniter/framework/user_guide/installation/upgrade_315.html b/vendor/codeigniter/framework/user_guide/installation/upgrade_315.html
deleted file mode 100644
index e13e271b0..000000000
--- a/vendor/codeigniter/framework/user_guide/installation/upgrade_315.html
+++ /dev/null
@@ -1,510 +0,0 @@
-
-
-
-
-
-
-
-
-
- Upgrading from 3.1.4 to 3.1.5 — CodeIgniter 3.1.5 documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CodeIgniter
-
-
-
-
-
-
-
-
-
-
-
Upgrading from 3.1.4 to 3.1.5
-
Before performing an update you should take your site offline by
-replacing the index.php file with a static one.
-
-
Step 1: Update your CodeIgniter files
-
Replace all files and directories in your system/ directory.
-
-
Note
-
If you have any custom developed files in these directories,
-please make copies of them first.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/vendor/composer/LICENSE b/vendor/composer/LICENSE
deleted file mode 100644
index ee274f1d3..000000000
--- a/vendor/composer/LICENSE
+++ /dev/null
@@ -1,433 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Composer
-Upstream-Contact: Jordi Boggiano
-Source: https://github.com/composer/composer
-
-Files: *
-Copyright: 2016, Nils Adermann
- 2016, Jordi Boggiano
-License: Expat
-
-Files: res/cacert.pem
-Copyright: 2015, Mozilla Foundation
-License: MPL-2.0
-
-Files: src/Composer/Util/RemoteFilesystem.php
- src/Composer/Util/TlsHelper.php
-Copyright: 2016, Nils Adermann
- 2016, Jordi Boggiano
- 2013, Evan Coury
-License: Expat and BSD-2-Clause
-
-License: BSD-2-Clause
- Redistribution and use in source and binary forms, with or without modification,
- are permitted provided that the following conditions are met:
- .
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- .
- * Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-License: Expat
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is furnished
- to do so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-License: MPL-2.0
- 1. Definitions
- --------------
- .
- 1.1. "Contributor"
- means each individual or legal entity that creates, contributes to
- the creation of, or owns Covered Software.
- .
- 1.2. "Contributor Version"
- means the combination of the Contributions of others (if any) used
- by a Contributor and that particular Contributor's Contribution.
- .
- 1.3. "Contribution"
- means Covered Software of a particular Contributor.
- .
- 1.4. "Covered Software"
- means Source Code Form to which the initial Contributor has attached
- the notice in Exhibit A, the Executable Form of such Source Code
- Form, and Modifications of such Source Code Form, in each case
- including portions thereof.
- .
- 1.5. "Incompatible With Secondary Licenses"
- means
- .
- (a) that the initial Contributor has attached the notice described
- in Exhibit B to the Covered Software; or
- .
- (b) that the Covered Software was made available under the terms of
- version 1.1 or earlier of the License, but not also under the
- terms of a Secondary License.
- .
- 1.6. "Executable Form"
- means any form of the work other than Source Code Form.
- .
- 1.7. "Larger Work"
- means a work that combines Covered Software with other material, in
- a separate file or files, that is not Covered Software.
- .
- 1.8. "License"
- means this document.
- .
- 1.9. "Licensable"
- means having the right to grant, to the maximum extent possible,
- whether at the time of the initial grant or subsequently, any and
- all of the rights conveyed by this License.
- .
- 1.10. "Modifications"
- means any of the following:
- .
- (a) any file in Source Code Form that results from an addition to,
- deletion from, or modification of the contents of Covered
- Software; or
- .
- (b) any new file in Source Code Form that contains any Covered
- Software.
- .
- 1.11. "Patent Claims" of a Contributor
- means any patent claim(s), including without limitation, method,
- process, and apparatus claims, in any patent Licensable by such
- Contributor that would be infringed, but for the grant of the
- License, by the making, using, selling, offering for sale, having
- made, import, or transfer of either its Contributions or its
- Contributor Version.
- .
- 1.12. "Secondary License"
- means either the GNU General Public License, Version 2.0, the GNU
- Lesser General Public License, Version 2.1, the GNU Affero General
- Public License, Version 3.0, or any later versions of those
- licenses.
- .
- 1.13. "Source Code Form"
- means the form of the work preferred for making modifications.
- .
- 1.14. "You" (or "Your")
- means an individual or a legal entity exercising rights under this
- License. For legal entities, "You" includes any entity that
- controls, is controlled by, or is under common control with You. For
- purposes of this definition, "control" means (a) the power, direct
- or indirect, to cause the direction or management of such entity,
- whether by contract or otherwise, or (b) ownership of more than
- fifty percent (50%) of the outstanding shares or beneficial
- ownership of such entity.
- .
- 2. License Grants and Conditions
- --------------------------------
- .
- 2.1. Grants
- .
- Each Contributor hereby grants You a world-wide, royalty-free,
- non-exclusive license:
- .
- (a) under intellectual property rights (other than patent or trademark)
- Licensable by such Contributor to use, reproduce, make available,
- modify, display, perform, distribute, and otherwise exploit its
- Contributions, either on an unmodified basis, with Modifications, or
- as part of a Larger Work; and
- .
- (b) under Patent Claims of such Contributor to make, use, sell, offer
- for sale, have made, import, and otherwise transfer either its
- Contributions or its Contributor Version.
- .
- 2.2. Effective Date
- .
- The licenses granted in Section 2.1 with respect to any Contribution
- become effective for each Contribution on the date the Contributor first
- distributes such Contribution.
- .
- 2.3. Limitations on Grant Scope
- .
- The licenses granted in this Section 2 are the only rights granted under
- this License. No additional rights or licenses will be implied from the
- distribution or licensing of Covered Software under this License.
- Notwithstanding Section 2.1(b) above, no patent license is granted by a
- Contributor:
- .
- (a) for any code that a Contributor has removed from Covered Software;
- or
- .
- (b) for infringements caused by: (i) Your and any other third party's
- modifications of Covered Software, or (ii) the combination of its
- Contributions with other software (except as part of its Contributor
- Version); or
- .
- (c) under Patent Claims infringed by Covered Software in the absence of
- its Contributions.
- .
- This License does not grant any rights in the trademarks, service marks,
- or logos of any Contributor (except as may be necessary to comply with
- the notice requirements in Section 3.4).
- .
- 2.4. Subsequent Licenses
- .
- No Contributor makes additional grants as a result of Your choice to
- distribute the Covered Software under a subsequent version of this
- License (see Section 10.2) or under the terms of a Secondary License (if
- permitted under the terms of Section 3.3).
- .
- 2.5. Representation
- .
- Each Contributor represents that the Contributor believes its
- Contributions are its original creation(s) or it has sufficient rights
- to grant the rights to its Contributions conveyed by this License.
- .
- 2.6. Fair Use
- .
- This License is not intended to limit any rights You have under
- applicable copyright doctrines of fair use, fair dealing, or other
- equivalents.
- .
- 2.7. Conditions
- .
- Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
- in Section 2.1.
- .
- 3. Responsibilities
- -------------------
- .
- 3.1. Distribution of Source Form
- .
- All distribution of Covered Software in Source Code Form, including any
- Modifications that You create or to which You contribute, must be under
- the terms of this License. You must inform recipients that the Source
- Code Form of the Covered Software is governed by the terms of this
- License, and how they can obtain a copy of this License. You may not
- attempt to alter or restrict the recipients' rights in the Source Code
- Form.
- .
- 3.2. Distribution of Executable Form
- .
- If You distribute Covered Software in Executable Form then:
- .
- (a) such Covered Software must also be made available in Source Code
- Form, as described in Section 3.1, and You must inform recipients of
- the Executable Form how they can obtain a copy of such Source Code
- Form by reasonable means in a timely manner, at a charge no more
- than the cost of distribution to the recipient; and
- .
- (b) You may distribute such Executable Form under the terms of this
- License, or sublicense it under different terms, provided that the
- license for the Executable Form does not attempt to limit or alter
- the recipients' rights in the Source Code Form under this License.
- .
- 3.3. Distribution of a Larger Work
- .
- You may create and distribute a Larger Work under terms of Your choice,
- provided that You also comply with the requirements of this License for
- the Covered Software. If the Larger Work is a combination of Covered
- Software with a work governed by one or more Secondary Licenses, and the
- Covered Software is not Incompatible With Secondary Licenses, this
- License permits You to additionally distribute such Covered Software
- under the terms of such Secondary License(s), so that the recipient of
- the Larger Work may, at their option, further distribute the Covered
- Software under the terms of either this License or such Secondary
- License(s).
- .
- 3.4. Notices
- .
- You may not remove or alter the substance of any license notices
- (including copyright notices, patent notices, disclaimers of warranty,
- or limitations of liability) contained within the Source Code Form of
- the Covered Software, except that You may alter any license notices to
- the extent required to remedy known factual inaccuracies.
- .
- 3.5. Application of Additional Terms
- .
- You may choose to offer, and to charge a fee for, warranty, support,
- indemnity or liability obligations to one or more recipients of Covered
- Software. However, You may do so only on Your own behalf, and not on
- behalf of any Contributor. You must make it absolutely clear that any
- such warranty, support, indemnity, or liability obligation is offered by
- You alone, and You hereby agree to indemnify every Contributor for any
- liability incurred by such Contributor as a result of warranty, support,
- indemnity or liability terms You offer. You may include additional
- disclaimers of warranty and limitations of liability specific to any
- jurisdiction.
- .
- 4. Inability to Comply Due to Statute or Regulation
- ---------------------------------------------------
- .
- If it is impossible for You to comply with any of the terms of this
- License with respect to some or all of the Covered Software due to
- statute, judicial order, or regulation then You must: (a) comply with
- the terms of this License to the maximum extent possible; and (b)
- describe the limitations and the code they affect. Such description must
- be placed in a text file included with all distributions of the Covered
- Software under this License. Except to the extent prohibited by statute
- or regulation, such description must be sufficiently detailed for a
- recipient of ordinary skill to be able to understand it.
- .
- 5. Termination
- --------------
- .
- 5.1. The rights granted under this License will terminate automatically
- if You fail to comply with any of its terms. However, if You become
- compliant, then the rights granted under this License from a particular
- Contributor are reinstated (a) provisionally, unless and until such
- Contributor explicitly and finally terminates Your grants, and (b) on an
- ongoing basis, if such Contributor fails to notify You of the
- non-compliance by some reasonable means prior to 60 days after You have
- come back into compliance. Moreover, Your grants from a particular
- Contributor are reinstated on an ongoing basis if such Contributor
- notifies You of the non-compliance by some reasonable means, this is the
- first time You have received notice of non-compliance with this License
- from such Contributor, and You become compliant prior to 30 days after
- Your receipt of the notice.
- .
- 5.2. If You initiate litigation against any entity by asserting a patent
- infringement claim (excluding declaratory judgment actions,
- counter-claims, and cross-claims) alleging that a Contributor Version
- directly or indirectly infringes any patent, then the rights granted to
- You by any and all Contributors for the Covered Software under Section
- 2.1 of this License shall terminate.
- .
- 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
- end user license agreements (excluding distributors and resellers) which
- have been validly granted by You or Your distributors under this License
- prior to termination shall survive termination.
- .
- ************************************************************************
- * *
- * 6. Disclaimer of Warranty *
- * ------------------------- *
- * *
- * Covered Software is provided under this License on an "as is" *
- * basis, without warranty of any kind, either expressed, implied, or *
- * statutory, including, without limitation, warranties that the *
- * Covered Software is free of defects, merchantable, fit for a *
- * particular purpose or non-infringing. The entire risk as to the *
- * quality and performance of the Covered Software is with You. *
- * Should any Covered Software prove defective in any respect, You *
- * (not any Contributor) assume the cost of any necessary servicing, *
- * repair, or correction. This disclaimer of warranty constitutes an *
- * essential part of this License. No use of any Covered Software is *
- * authorized under this License except under this disclaimer. *
- * *
- ************************************************************************
- .
- ************************************************************************
- * *
- * 7. Limitation of Liability *
- * -------------------------- *
- * *
- * Under no circumstances and under no legal theory, whether tort *
- * (including negligence), contract, or otherwise, shall any *
- * Contributor, or anyone who distributes Covered Software as *
- * permitted above, be liable to You for any direct, indirect, *
- * special, incidental, or consequential damages of any character *
- * including, without limitation, damages for lost profits, loss of *
- * goodwill, work stoppage, computer failure or malfunction, or any *
- * and all other commercial damages or losses, even if such party *
- * shall have been informed of the possibility of such damages. This *
- * limitation of liability shall not apply to liability for death or *
- * personal injury resulting from such party's negligence to the *
- * extent applicable law prohibits such limitation. Some *
- * jurisdictions do not allow the exclusion or limitation of *
- * incidental or consequential damages, so this exclusion and *
- * limitation may not apply to You. *
- * *
- ************************************************************************
- .
- 8. Litigation
- -------------
- .
- Any litigation relating to this License may be brought only in the
- courts of a jurisdiction where the defendant maintains its principal
- place of business and such litigation shall be governed by laws of that
- jurisdiction, without reference to its conflict-of-law provisions.
- Nothing in this Section shall prevent a party's ability to bring
- cross-claims or counter-claims.
- .
- 9. Miscellaneous
- ----------------
- .
- This License represents the complete agreement concerning the subject
- matter hereof. If any provision of this License is held to be
- unenforceable, such provision shall be reformed only to the extent
- necessary to make it enforceable. Any law or regulation which provides
- that the language of a contract shall be construed against the drafter
- shall not be used to construe this License against a Contributor.
- .
- 10. Versions of the License
- ---------------------------
- .
- 10.1. New Versions
- .
- Mozilla Foundation is the license steward. Except as provided in Section
- 10.3, no one other than the license steward has the right to modify or
- publish new versions of this License. Each version will be given a
- distinguishing version number.
- .
- 10.2. Effect of New Versions
- .
- You may distribute the Covered Software under the terms of the version
- of the License under which You originally received the Covered Software,
- or under the terms of any subsequent version published by the license
- steward.
- .
- 10.3. Modified Versions
- .
- If you create software not governed by this License, and you want to
- create a new license for such software, you may create and use a
- modified version of this License if you rename the license and remove
- any references to the name of the license steward (except to note that
- such modified license differs from this License).
- .
- 10.4. Distributing Source Code Form that is Incompatible With Secondary
- Licenses
- .
- If You choose to distribute Source Code Form that is Incompatible With
- Secondary Licenses under the terms of this version of the License, the
- notice described in Exhibit B of this License must be attached.
- .
- Exhibit A - Source Code Form License Notice
- -------------------------------------------
- .
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
- .
- If it is not possible or desirable to put the notice in a particular
- file, then You may include the notice in a location (such as a LICENSE
- file in a relevant directory) where a recipient would be likely to look
- for such a notice.
- .
- You may add additional accurate notices of copyright ownership.
- .
- Exhibit B - "Incompatible With Secondary Licenses" Notice
- ---------------------------------------------------------
- .
- This Source Code Form is "Incompatible With Secondary Licenses", as
- defined by the Mozilla Public License, v. 2.0.
diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php
deleted file mode 100644
index a255969c1..000000000
--- a/vendor/composer/autoload_files.php
+++ /dev/null
@@ -1,10 +0,0 @@
- $vendorDir . '/tamtamchik/namecase/src/functions.php',
-);
diff --git a/vendor/tamtamchik/namecase/.editorconfig b/vendor/tamtamchik/namecase/.editorconfig
deleted file mode 100644
index cd8eb86ef..000000000
--- a/vendor/tamtamchik/namecase/.editorconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-; This file is for unifying the coding style for different editors and IDEs.
-; More information at http://editorconfig.org
-
-root = true
-
-[*]
-charset = utf-8
-indent_size = 4
-indent_style = space
-end_of_line = lf
-insert_final_newline = true
-trim_trailing_whitespace = true
-
-[*.md]
-trim_trailing_whitespace = false
diff --git a/vendor/tamtamchik/namecase/.travis.php.ini b/vendor/tamtamchik/namecase/.travis.php.ini
deleted file mode 100644
index 012d04de6..000000000
--- a/vendor/tamtamchik/namecase/.travis.php.ini
+++ /dev/null
@@ -1 +0,0 @@
-mbstring.internal_encoding = UTF-8;
diff --git a/vendor/tamtamchik/namecase/CHANGELOG.md b/vendor/tamtamchik/namecase/CHANGELOG.md
deleted file mode 100644
index a772b8b1e..000000000
--- a/vendor/tamtamchik/namecase/CHANGELOG.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# Changelog
-
-All Notable changes to `tamtamchik/namecase` will be documented in this file.
-
-Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
-
-## 1.0.2 - 2016-02-06
-
-### Added
-- Dutch: `den` (thx, @nexxai)
-
-## 1.0.1 - 2016-01-30
-
-### Added
-- static call
-- instantiation
-- tests
-
-## 1.0.0 - 2016-01-29
-
-Initial release.
diff --git a/vendor/tamtamchik/namecase/CONDUCT.md b/vendor/tamtamchik/namecase/CONDUCT.md
deleted file mode 100644
index 6ff94ca3a..000000000
--- a/vendor/tamtamchik/namecase/CONDUCT.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# Contributor Code of Conduct
-
-As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
-
-We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.
-
-Examples of unacceptable behavior by participants include:
-
-* The use of sexualized language or imagery
-* Personal attacks
-* Trolling or insulting/derogatory comments
-* Public or private harassment
-* Publishing other's private information, such as physical or electronic addresses, without explicit permission
-* Other unethical or unprofessional conduct.
-
-Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from the project team.
-
-This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community in a direct capacity. Personal views, beliefs and values of individuals do not necessarily reflect those of the organisation or affiliated individuals and organisations.
-
-Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
-
-This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0, available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/)
diff --git a/vendor/tamtamchik/namecase/CONTRIBUTING.md b/vendor/tamtamchik/namecase/CONTRIBUTING.md
deleted file mode 100644
index 670bbaefd..000000000
--- a/vendor/tamtamchik/namecase/CONTRIBUTING.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributing
-
-Contributions are **welcome** and will be fully **credited**.
-
-We accept contributions via Pull Requests on [Github](https://github.com/tamtamchik/namecase).
-
-
-## Pull Requests
-
-- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer).
-
-- **Add tests!** - Your patch won't be accepted if it doesn't have tests.
-
-- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
-
-- **Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
-
-- **Create feature branches** - Don't ask us to pull from your master branch.
-
-- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
-
-- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
-
-
-## Running Tests
-
-``` bash
-$ composer test
-```
-
-
-**Happy coding**!
diff --git a/vendor/tamtamchik/namecase/LICENSE.md b/vendor/tamtamchik/namecase/LICENSE.md
deleted file mode 100644
index d132664d5..000000000
--- a/vendor/tamtamchik/namecase/LICENSE.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# The MIT License (MIT)
-
-Copyright (c) 2015 Yuri Tkachenko
-
-> Permission is hereby granted, free of charge, to any person obtaining a copy
-> of this software and associated documentation files (the "Software"), to deal
-> in the Software without restriction, including without limitation the rights
-> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-> copies of the Software, and to permit persons to whom the Software is
-> furnished to do so, subject to the following conditions:
->
-> The above copyright notice and this permission notice shall be included in
-> all copies or substantial portions of the Software.
->
-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-> THE SOFTWARE.
diff --git a/vendor/tamtamchik/namecase/README.md b/vendor/tamtamchik/namecase/README.md
deleted file mode 100644
index 63b7626bf..000000000
--- a/vendor/tamtamchik/namecase/README.md
+++ /dev/null
@@ -1,113 +0,0 @@
-# NameCase [](https://insight.sensiolabs.com/projects/660fea1e-d105-4064-9caa-f47e8a282f2a)
-
-[![Latest Version on Packagist][ico-version]][link-packagist]
-[![Software License][ico-license]](LICENSE.md)
-[![Build Status][ico-travis]][link-travis]
-[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
-[![Quality Score][ico-code-quality]][link-code-quality]
-[![Total Downloads][ico-downloads]][link-downloads]
-
-Forenames and surnames are often stored either wholly in UPPERCASE or wholly in lowercase. This package allows you to convert names into the correct case where possible. Although forenames and surnames are normally stored separately if they do appear in a single string, whitespace separated, NameCase deals correctly with them.
-
-Currently correctly name cases names which include any of the following:
-
-```
-Mc, Mac, al, el, ap, da, de, delle, della, den, di, du, del, der, la, le, lo, van and von.
-```
-
-It correctly deals with names which contain apostrophes and hyphens too.
-
-> **Warning!** This library contains global `str_name_case` function, that potentially can break your function with this name. Now you are warned!
-
-## Install
-
-Via Composer
-
-``` bash
-$ composer require tamtamchik/namecase
-```
-> **Warning!** For PHP < 5.6, please be sure to setup UTF-8 as defaut encoding in your `php.ini`
-`mbstring.internal_encoding = UTF-8;`
-
-## Usage
-
-``` php
-// As global function
-str_name_case("KEITH"); // => Keith
-str_name_case("LEIGH-WILLIAMS"); // => Leigh-Williams
-str_name_case("MCCARTHY"); // => McCarthy
-str_name_case("O'CALLAGHAN"); // => O'Callaghan
-str_name_case("ST. JOHN"); // => St. John
-str_name_case("VON STREIT"); // => von Streit
-str_name_case("AP LLWYD DAFYDD"); // => ap Llwyd Dafydd
-str_name_case("HENRY VIII"); // => Henry VIII
-
-use \Tamtamchik\NameCase\Formatter;
-
-// As static call
-Formatter::nameCase("VAN DYKE"); // => van Dyke
-
-// As instance
-$formatter = new Formatter();
-$formatter->nameCase("LOUIS XIV"); // => Louis XIV
-```
-
-## Change log
-
-Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
-
-## Testing & Demo
-
-``` bash
-$ composer tests
-$ composer demo
-```
-
-## Contributing
-
-Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
-
-## Security
-
-If you discover any security related issues, please email instead of using the issue tracker.
-
-## Acknowledgements
-
-This library is a port of the [Perl library](https://metacpan.org/release/BARBIE/Lingua-EN-NameCase-1.19), and owes most of its functionality to the Perl version by Mark Summerfield.
-I also used some solutions from [Ruby version](https://github.com/tenderlove/namecase) by Aaron Patterson.
-Any bugs in the PHP port are my fault.
-
-## Credits
-
-Original PERL `Lingua::EN::NameCase` Version:
-
-- Copyright © Mark Summerfield 1998-2014. All Rights Reserved.
-- Copyright © Barbie 2014-2015. All Rights Reserved.
-
-Ruby Version:
-
-- Copyright © Aaron Patterson 2006. All Rights Reserved.
-
-PHP Version:
-
-- [Yuri Tkachenko][link-author]
-- [All Contributors][link-contributors]
-
-## License
-
-The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
-
-[ico-version]: https://img.shields.io/packagist/v/tamtamchik/namecase.svg?style=flat-square
-[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
-[ico-travis]: https://img.shields.io/travis/tamtamchik/namecase/master.svg?style=flat-square
-[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/tamtamchik/namecase.svg?style=flat-square
-[ico-code-quality]: https://img.shields.io/scrutinizer/g/tamtamchik/namecase.svg?style=flat-square
-[ico-downloads]: https://img.shields.io/packagist/dt/tamtamchik/namecase.svg?style=flat-square
-
-[link-packagist]: https://packagist.org/packages/tamtamchik/namecase
-[link-travis]: https://travis-ci.org/tamtamchik/namecase
-[link-scrutinizer]: https://scrutinizer-ci.com/g/tamtamchik/namecase/code-structure
-[link-code-quality]: https://scrutinizer-ci.com/g/tamtamchik/namecase
-[link-downloads]: https://packagist.org/packages/tamtamchik/namecase
-[link-author]: https://github.com/tamtamchik
-[link-contributors]: ../../contributors
diff --git a/vendor/tamtamchik/namecase/composer.json b/vendor/tamtamchik/namecase/composer.json
deleted file mode 100644
index b6314a858..000000000
--- a/vendor/tamtamchik/namecase/composer.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "name": "tamtamchik/namecase",
- "type": "library",
- "description": "This package allows you to convert names into the correct case where possible.",
- "keywords": [
- "tamtamchik",
- "namecase",
- "strings",
- "properly",
- "cased"
- ],
- "homepage": "https://github.com/tamtamchik/namecase",
- "license": "MIT",
- "authors": [
- {
- "name": "Yuri Tkachenko",
- "email": "yuri.tam.tkachenko@gmail.com",
- "homepage": "http://tamtamchika.net"
- }
- ],
- "require": {
- "php": ">=5.4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "4.*",
- "scrutinizer/ocular": "1.*"
- },
- "autoload": {
- "psr-4": {
- "Tamtamchik\\NameCase\\": "src"
- },
- "files": [
- "src/functions.php"
- ]
- },
- "autoload-dev": {
- "psr-4": {
- "Tamtamchik\\NameCase\\Test\\": "tests"
- }
- },
- "scripts": {
- "tests": "vendor/bin/phpunit",
- "demo": "php examples/demo.php"
- },
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- }
-}
diff --git a/vendor/tamtamchik/namecase/examples/demo.php b/vendor/tamtamchik/namecase/examples/demo.php
deleted file mode 100644
index 0a362ae1e..000000000
--- a/vendor/tamtamchik/namecase/examples/demo.php
+++ /dev/null
@@ -1,22 +0,0 @@
- ' . str_name_case('KEITH') . PHP_EOL;
-echo 'LEIGH-WILLIAMS => ' . str_name_case('LEIGH-WILLIAMS') . PHP_EOL;
-echo 'MCCARTHY => ' . str_name_case('MCCARTHY') . PHP_EOL;
-echo 'O\'CALLAGHAN => ' . str_name_case('O\'CALLAGHAN') . PHP_EOL;
-echo 'ST. JOHN => ' . str_name_case('ST. JOHN') . PHP_EOL;
-echo 'VON STREIT => ' . str_name_case('VON STREIT') . PHP_EOL;
-echo 'AP LLWYD DAFYDD => ' . str_name_case('AP LLWYD DAFYDD') . PHP_EOL;
-echo 'HENRY VIII => ' . str_name_case('HENRY VIII') . PHP_EOL;
-
-// As static call
-echo 'VAN DYKE => ' . Formatter::nameCase('VAN DYKE') . PHP_EOL;
-
-// As instance
-$formatter = new Formatter();
-echo 'LOUIS XIV => ' . $formatter->nameCase('LOUIS XIV') . PHP_EOL;
diff --git a/vendor/tamtamchik/namecase/src/Formatter.php b/vendor/tamtamchik/namecase/src/Formatter.php
deleted file mode 100644
index 147750a35..000000000
--- a/vendor/tamtamchik/namecase/src/Formatter.php
+++ /dev/null
@@ -1,198 +0,0 @@
- true,
- 'irish' => true,
- 'spanish' => true,
- ];
-
- // Irish exceptions.
- private static $exceptions = [
- '\bMacEdo' => 'Macedo',
- '\bMacEvicius' => 'Macevicius',
- '\bMacHado' => 'Machado',
- '\bMacHar' => 'Machar',
- '\bMacHin' => 'Machin',
- '\bMacHlin' => 'Machlin',
- '\bMacIas' => 'Macias',
- '\bMacIulis' => 'Maciulis',
- '\bMacKie' => 'Mackie',
- '\bMacKle' => 'Mackle',
- '\bMacKlin' => 'Macklin',
- '\bMacKmin' => 'Mackmin',
- '\bMacQuarie' => 'Macquarie',
- ];
-
- // General replacements.
- private static $replacements = [
- '\bAl(?=\s+\w)' => 'al', // al Arabic or forename Al.
- '\b(Bin|Binti|Binte)\b' => 'bin', // bin, binti, binte Arabic
- '\bAp\b' => 'ap', // ap Welsh.
- '\bBen(?=\s+\w)' => 'ben', // ben Hebrew or forename Ben.
- '\bDell([ae])\b' => 'dell\1', // della and delle Italian.
- '\bD([aeiou])\b' => 'd\1', // da, de, di Italian; du French; do Brasil
- '\bD([ao]s)\b' => 'd\1', // das, dos Brasileiros
- '\bDe([lrn])\b' => 'de\1', // del Italian; der/den Dutch/Flemish.
- '\bEl\b' => 'el', // el Greek or El Spanish.
- '\bLa\b' => 'la', // la French or La Spanish.
- '\bL([eo])\b' => 'l\1', // lo Italian; le French.
- '\bVan(?=\s+\w)' => 'van', // van German or forename Van.
- '\bVon\b' => 'von', // von Dutch/Flemish
- ];
-
- // Spanish conjunctions.
- private static $conjunctions = ["Y", "E", "I"];
-
- // Roman letters regexp.
- private static $romanRegex = '\b((?:[Xx]{1,3}|[Xx][Ll]|[Ll][Xx]{0,3})?(?:[Ii]{1,3}|[Ii][VvXx]|[Vv][Ii]{0,3})?)\b';
-
- public function __construct(array $options = [])
- {
- self::$options = array_merge(self::$options, $options);
- }
-
- /**
- * Main function for NameCase.
- *
- * @param string $string
- * @param array $options
- *
- * @return string
- */
- public static function nameCase($string = '', array $options = [])
- {
- self::$options = array_merge(self::$options, $options);
-
- // Do not do anything if string is mixed and lazy option is true.
- if (self::$options['lazy'] && self::skipMixed($string)) return $string;
-
- // Capitalize
- $string = self::capitalize($string);
- $string = self::updateIrish($string);
-
- // Fixes for "son (daughter) of" etc
- foreach (self::$replacements as $pattern => $replacement) {
- $string = mb_ereg_replace($pattern, $replacement, $string);
- }
-
- $string = self::updateRoman($string);
- $string = self::fixConjunction($string);
-
- return $string;
- }
-
- /**
- * Capitalize first letters.
- *
- * @param string $string
- *
- * @return string
- */
- private static function capitalize($string)
- {
- $string = mb_strtolower($string);
-
- $string = mb_ereg_replace_callback('\b\w', function ($matches) {
- return mb_strtoupper($matches[0]);
- }, $string);
-
- // Lowercase 's
- $string = mb_ereg_replace_callback('\'\w\b', function ($matches) {
- return mb_strtolower($matches[0]);
- }, $string);
-
- return $string;
- }
-
- /**
- * Skip if string is mixed case.
- *
- * @param string $string
- *
- * @return bool
- */
- private static function skipMixed($string)
- {
- $firstLetterLower = $string[0] == mb_strtolower($string[0]);
- $allLowerOrUpper = (mb_strtolower($string) == $string || mb_strtoupper($string) == $string);
-
- return ! ($firstLetterLower || $allLowerOrUpper);
- }
-
- /**
- * Update for Irish names.
- *
- * @param string $string
- *
- * @return string
- */
- private static function updateIrish($string)
- {
- if ( ! self::$options['irish']) return $string;
-
- if (mb_ereg_match('.*?\bMac[A-Za-z]{2,}[^aciozj]\b', $string) || mb_ereg_match('.*?\bMc', $string)) {
- $string = self::updateMac($string);
- }
-
- return mb_ereg_replace('Macmurdo', 'MacMurdo', $string);
- }
-
- /**
- * Fix Spanish conjunctions.
- *
- * @param string $string
- *
- * @return string
- */
- private static function fixConjunction($string)
- {
- if ( ! self::$options['spanish']) return $string;
-
- foreach (self::$conjunctions as $conjunction) {
- $string = mb_ereg_replace('\b' . $conjunction . '\b', mb_strtolower($conjunction), $string);
- }
-
- return $string;
- }
-
- /**
- * Fix roman numeral names.
- *
- * @param string $string
- *
- * @return string
- */
- private static function updateRoman($string)
- {
- return mb_ereg_replace_callback(self::$romanRegex, function ($matches) {
- return mb_strtoupper($matches[0]);
- }, $string);
- }
-
- /**
- * Updates irish Mac & Mc.
- *
- * @param string $string
- *
- * @return string
- */
- private static function updateMac($string)
- {
- $string = mb_ereg_replace_callback('\b(Ma?c)([A-Za-z]+)', function ($matches) {
- return $matches[1] . mb_strtoupper(mb_substr($matches[2], 0, 1)) . mb_substr($matches[2], 1);
- }, $string);
-
- // Now fix "Mac" exceptions
- foreach (self::$exceptions as $pattern => $replacement) {
- $string = mb_ereg_replace($pattern, $replacement, $string);
- }
-
- return $string;
- }
-}
diff --git a/vendor/tamtamchik/namecase/src/functions.php b/vendor/tamtamchik/namecase/src/functions.php
deleted file mode 100644
index 4fc1a8287..000000000
--- a/vendor/tamtamchik/namecase/src/functions.php
+++ /dev/null
@@ -1,19 +0,0 @@
-