]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
[CORE][COMPOSER] Move plugins extlibs to composer (where appropriate)
authorDiogo Cordeiro <diogo@fc.up.pt>
Sat, 22 Jun 2019 21:23:21 +0000 (22:23 +0100)
committerDiogo Cordeiro <diogo@fc.up.pt>
Sat, 3 Aug 2019 16:47:24 +0000 (17:47 +0100)
commita1edc2c6a96591be69e9b881bcf1e4fb2273f402
treecc1eaccba4725e27bfef0363e4e00d4ff852b980
parent2a06261f75ade7350ef8fa24c42a0852c8df6f5e
[CORE][COMPOSER] Move plugins extlibs to composer (where appropriate)
1324 files changed:
composer.json
composer.lock
plugins/CasAuthentication/extlib/CAS.php [deleted file]
plugins/CasAuthentication/extlib/CAS/PGTStorage/pgt-db.php [deleted file]
plugins/CasAuthentication/extlib/CAS/PGTStorage/pgt-file.php [deleted file]
plugins/CasAuthentication/extlib/CAS/PGTStorage/pgt-main.php [deleted file]
plugins/CasAuthentication/extlib/CAS/client.php [deleted file]
plugins/CasAuthentication/extlib/CAS/domxml-php4-to-php5.php [deleted file]
plugins/CasAuthentication/extlib/CAS/languages/catalan.php [deleted file]
plugins/CasAuthentication/extlib/CAS/languages/english.php [deleted file]
plugins/CasAuthentication/extlib/CAS/languages/french.php [deleted file]
plugins/CasAuthentication/extlib/CAS/languages/german.php [deleted file]
plugins/CasAuthentication/extlib/CAS/languages/greek.php [deleted file]
plugins/CasAuthentication/extlib/CAS/languages/japanese.php [deleted file]
plugins/CasAuthentication/extlib/CAS/languages/languages.php [deleted file]
plugins/CasAuthentication/extlib/CAS/languages/spanish.php [deleted file]
plugins/Xmpp/extlib/XMPPHP/BOSH.php [deleted file]
plugins/Xmpp/extlib/XMPPHP/Exception.php [deleted file]
plugins/Xmpp/extlib/XMPPHP/Log.php [deleted file]
plugins/Xmpp/extlib/XMPPHP/Roster.php [deleted file]
plugins/Xmpp/extlib/XMPPHP/XMLObj.php [deleted file]
plugins/Xmpp/extlib/XMPPHP/XMLStream.php [deleted file]
plugins/Xmpp/extlib/XMPPHP/XMPP.php [deleted file]
vendor/apereo/phpcas/.gitattributes [new file with mode: 0644]
vendor/apereo/phpcas/CAS.php [new file with mode: 0644]
vendor/apereo/phpcas/LICENSE [new file with mode: 0644]
vendor/apereo/phpcas/NOTICE [new file with mode: 0644]
vendor/apereo/phpcas/README.md [new file with mode: 0644]
vendor/apereo/phpcas/composer.json [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/AuthenticationException.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Autoload.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Client.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/CookieJar.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Exception.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/GracefullTerminationException.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/InvalidArgumentException.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Languages/Catalan.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Languages/ChineseSimplified.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Languages/English.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Languages/French.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Languages/German.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Languages/Greek.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Languages/Japanese.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Languages/LanguageInterface.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Languages/Spanish.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/OutOfSequenceBeforeAuthenticationCallException.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/OutOfSequenceBeforeClientException.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/OutOfSequenceBeforeProxyException.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/OutOfSequenceException.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/PGTStorage/AbstractStorage.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/PGTStorage/Db.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/PGTStorage/File.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxiedService.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxiedService/Abstract.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxiedService/Exception.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxiedService/Http.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxiedService/Http/Abstract.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxiedService/Http/Get.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxiedService/Http/Post.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxiedService/Imap.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxiedService/Testable.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxyChain.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxyChain/AllowedList.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxyChain/Any.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxyChain/Interface.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxyChain/Trusted.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/ProxyTicketException.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Request/AbstractRequest.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Request/CurlMultiRequest.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Request/CurlRequest.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Request/Exception.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Request/MultiRequestInterface.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/Request/RequestInterface.php [new file with mode: 0644]
vendor/apereo/phpcas/source/CAS/TypeMismatchException.php [new file with mode: 0644]
vendor/autoload.php
vendor/composer/autoload_classmap.php
vendor/composer/autoload_files.php
vendor/composer/autoload_psr4.php
vendor/composer/autoload_real.php
vendor/composer/autoload_static.php
vendor/composer/installed.json
vendor/diogocomposer/xmpphp/.gitignore [new file with mode: 0644]
vendor/diogocomposer/xmpphp/LICENSE [new file with mode: 0644]
vendor/diogocomposer/xmpphp/README.md [new file with mode: 0644]
vendor/diogocomposer/xmpphp/XMPPHP/BOSH.php [new file with mode: 0644]
vendor/diogocomposer/xmpphp/XMPPHP/Exception.php [new file with mode: 0644]
vendor/diogocomposer/xmpphp/XMPPHP/Log.php [new file with mode: 0644]
vendor/diogocomposer/xmpphp/XMPPHP/Roster.php [new file with mode: 0644]
vendor/diogocomposer/xmpphp/XMPPHP/XMLObj.php [new file with mode: 0644]
vendor/diogocomposer/xmpphp/XMPPHP/XMLStream.php [new file with mode: 0644]
vendor/diogocomposer/xmpphp/XMPPHP/XMPP.php [new file with mode: 0644]
vendor/diogocomposer/xmpphp/composer.json [new file with mode: 0644]
vendor/diogocomposer/xmpphp/examples/cli_longrun_example.php [new file with mode: 0644]
vendor/diogocomposer/xmpphp/examples/cli_longrun_example_bosh.php [new file with mode: 0644]
vendor/diogocomposer/xmpphp/examples/sendmessage_example.php [new file with mode: 0644]
vendor/diogocomposer/xmpphp/examples/webclient_example.php [new file with mode: 0644]
vendor/diogocomposer/xmpphp/tests/AllTests.php [new file with mode: 0755]
vendor/diogocomposer/xmpphp/tests/XMPPHP/LogTest.php [new file with mode: 0755]
vendor/diogocomposer/xmpphp/tests/XMPPHP/XMLObjTest.php [new file with mode: 0755]
vendor/diogocomposer/xmpphp/tests/XMPPHP/XMPPTest.php [new file with mode: 0755]
vendor/doctrine/inflector/LICENSE [deleted file]
vendor/doctrine/inflector/README.md [deleted file]
vendor/doctrine/inflector/composer.json [deleted file]
vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php [deleted file]
vendor/illuminate/contracts/Auth/Access/Authorizable.php [deleted file]
vendor/illuminate/contracts/Auth/Access/Gate.php [deleted file]
vendor/illuminate/contracts/Auth/Authenticatable.php [deleted file]
vendor/illuminate/contracts/Auth/CanResetPassword.php [deleted file]
vendor/illuminate/contracts/Auth/Factory.php [deleted file]
vendor/illuminate/contracts/Auth/Guard.php [deleted file]
vendor/illuminate/contracts/Auth/MustVerifyEmail.php [deleted file]
vendor/illuminate/contracts/Auth/PasswordBroker.php [deleted file]
vendor/illuminate/contracts/Auth/PasswordBrokerFactory.php [deleted file]
vendor/illuminate/contracts/Auth/StatefulGuard.php [deleted file]
vendor/illuminate/contracts/Auth/SupportsBasicAuth.php [deleted file]
vendor/illuminate/contracts/Auth/UserProvider.php [deleted file]
vendor/illuminate/contracts/Broadcasting/Broadcaster.php [deleted file]
vendor/illuminate/contracts/Broadcasting/Factory.php [deleted file]
vendor/illuminate/contracts/Broadcasting/ShouldBroadcast.php [deleted file]
vendor/illuminate/contracts/Broadcasting/ShouldBroadcastNow.php [deleted file]
vendor/illuminate/contracts/Bus/Dispatcher.php [deleted file]
vendor/illuminate/contracts/Bus/QueueingDispatcher.php [deleted file]
vendor/illuminate/contracts/Cache/Factory.php [deleted file]
vendor/illuminate/contracts/Cache/Lock.php [deleted file]
vendor/illuminate/contracts/Cache/LockProvider.php [deleted file]
vendor/illuminate/contracts/Cache/LockTimeoutException.php [deleted file]
vendor/illuminate/contracts/Cache/Repository.php [deleted file]
vendor/illuminate/contracts/Cache/Store.php [deleted file]
vendor/illuminate/contracts/Config/Repository.php [deleted file]
vendor/illuminate/contracts/Console/Application.php [deleted file]
vendor/illuminate/contracts/Console/Kernel.php [deleted file]
vendor/illuminate/contracts/Container/BindingResolutionException.php [deleted file]
vendor/illuminate/contracts/Container/Container.php [deleted file]
vendor/illuminate/contracts/Container/ContextualBindingBuilder.php [deleted file]
vendor/illuminate/contracts/Cookie/Factory.php [deleted file]
vendor/illuminate/contracts/Cookie/QueueingFactory.php [deleted file]
vendor/illuminate/contracts/Database/Events/MigrationEvent.php [deleted file]
vendor/illuminate/contracts/Database/ModelIdentifier.php [deleted file]
vendor/illuminate/contracts/Debug/ExceptionHandler.php [deleted file]
vendor/illuminate/contracts/Encryption/DecryptException.php [deleted file]
vendor/illuminate/contracts/Encryption/EncryptException.php [deleted file]
vendor/illuminate/contracts/Encryption/Encrypter.php [deleted file]
vendor/illuminate/contracts/Events/Dispatcher.php [deleted file]
vendor/illuminate/contracts/Filesystem/Cloud.php [deleted file]
vendor/illuminate/contracts/Filesystem/Factory.php [deleted file]
vendor/illuminate/contracts/Filesystem/FileExistsException.php [deleted file]
vendor/illuminate/contracts/Filesystem/FileNotFoundException.php [deleted file]
vendor/illuminate/contracts/Filesystem/Filesystem.php [deleted file]
vendor/illuminate/contracts/Foundation/Application.php [deleted file]
vendor/illuminate/contracts/Hashing/Hasher.php [deleted file]
vendor/illuminate/contracts/Http/Kernel.php [deleted file]
vendor/illuminate/contracts/LICENSE.md [deleted file]
vendor/illuminate/contracts/Mail/MailQueue.php [deleted file]
vendor/illuminate/contracts/Mail/Mailable.php [deleted file]
vendor/illuminate/contracts/Mail/Mailer.php [deleted file]
vendor/illuminate/contracts/Notifications/Dispatcher.php [deleted file]
vendor/illuminate/contracts/Notifications/Factory.php [deleted file]
vendor/illuminate/contracts/Pagination/LengthAwarePaginator.php [deleted file]
vendor/illuminate/contracts/Pagination/Paginator.php [deleted file]
vendor/illuminate/contracts/Pipeline/Hub.php [deleted file]
vendor/illuminate/contracts/Pipeline/Pipeline.php [deleted file]
vendor/illuminate/contracts/Queue/EntityNotFoundException.php [deleted file]
vendor/illuminate/contracts/Queue/EntityResolver.php [deleted file]
vendor/illuminate/contracts/Queue/Factory.php [deleted file]
vendor/illuminate/contracts/Queue/Job.php [deleted file]
vendor/illuminate/contracts/Queue/Monitor.php [deleted file]
vendor/illuminate/contracts/Queue/Queue.php [deleted file]
vendor/illuminate/contracts/Queue/QueueableCollection.php [deleted file]
vendor/illuminate/contracts/Queue/QueueableEntity.php [deleted file]
vendor/illuminate/contracts/Queue/ShouldQueue.php [deleted file]
vendor/illuminate/contracts/Redis/Connection.php [deleted file]
vendor/illuminate/contracts/Redis/Factory.php [deleted file]
vendor/illuminate/contracts/Redis/LimiterTimeoutException.php [deleted file]
vendor/illuminate/contracts/Routing/BindingRegistrar.php [deleted file]
vendor/illuminate/contracts/Routing/Registrar.php [deleted file]
vendor/illuminate/contracts/Routing/ResponseFactory.php [deleted file]
vendor/illuminate/contracts/Routing/UrlGenerator.php [deleted file]
vendor/illuminate/contracts/Routing/UrlRoutable.php [deleted file]
vendor/illuminate/contracts/Session/Session.php [deleted file]
vendor/illuminate/contracts/Support/Arrayable.php [deleted file]
vendor/illuminate/contracts/Support/DeferrableProvider.php [deleted file]
vendor/illuminate/contracts/Support/Htmlable.php [deleted file]
vendor/illuminate/contracts/Support/Jsonable.php [deleted file]
vendor/illuminate/contracts/Support/MessageBag.php [deleted file]
vendor/illuminate/contracts/Support/MessageProvider.php [deleted file]
vendor/illuminate/contracts/Support/Renderable.php [deleted file]
vendor/illuminate/contracts/Support/Responsable.php [deleted file]
vendor/illuminate/contracts/Translation/HasLocalePreference.php [deleted file]
vendor/illuminate/contracts/Translation/Loader.php [deleted file]
vendor/illuminate/contracts/Translation/Translator.php [deleted file]
vendor/illuminate/contracts/Validation/Factory.php [deleted file]
vendor/illuminate/contracts/Validation/ImplicitRule.php [deleted file]
vendor/illuminate/contracts/Validation/Rule.php [deleted file]
vendor/illuminate/contracts/Validation/ValidatesWhenResolved.php [deleted file]
vendor/illuminate/contracts/Validation/Validator.php [deleted file]
vendor/illuminate/contracts/View/Engine.php [deleted file]
vendor/illuminate/contracts/View/Factory.php [deleted file]
vendor/illuminate/contracts/View/View.php [deleted file]
vendor/illuminate/contracts/composer.json [deleted file]
vendor/illuminate/support/AggregateServiceProvider.php [deleted file]
vendor/illuminate/support/Arr.php [deleted file]
vendor/illuminate/support/Carbon.php [deleted file]
vendor/illuminate/support/Collection.php [deleted file]
vendor/illuminate/support/Composer.php [deleted file]
vendor/illuminate/support/ConfigurationUrlParser.php [deleted file]
vendor/illuminate/support/DateFactory.php [deleted file]
vendor/illuminate/support/Facades/App.php [deleted file]
vendor/illuminate/support/Facades/Artisan.php [deleted file]
vendor/illuminate/support/Facades/Auth.php [deleted file]
vendor/illuminate/support/Facades/Blade.php [deleted file]
vendor/illuminate/support/Facades/Broadcast.php [deleted file]
vendor/illuminate/support/Facades/Bus.php [deleted file]
vendor/illuminate/support/Facades/Cache.php [deleted file]
vendor/illuminate/support/Facades/Config.php [deleted file]
vendor/illuminate/support/Facades/Cookie.php [deleted file]
vendor/illuminate/support/Facades/Crypt.php [deleted file]
vendor/illuminate/support/Facades/DB.php [deleted file]
vendor/illuminate/support/Facades/Date.php [deleted file]
vendor/illuminate/support/Facades/Event.php [deleted file]
vendor/illuminate/support/Facades/Facade.php [deleted file]
vendor/illuminate/support/Facades/File.php [deleted file]
vendor/illuminate/support/Facades/Gate.php [deleted file]
vendor/illuminate/support/Facades/Hash.php [deleted file]
vendor/illuminate/support/Facades/Input.php [deleted file]
vendor/illuminate/support/Facades/Lang.php [deleted file]
vendor/illuminate/support/Facades/Log.php [deleted file]
vendor/illuminate/support/Facades/Mail.php [deleted file]
vendor/illuminate/support/Facades/Notification.php [deleted file]
vendor/illuminate/support/Facades/Password.php [deleted file]
vendor/illuminate/support/Facades/Queue.php [deleted file]
vendor/illuminate/support/Facades/Redirect.php [deleted file]
vendor/illuminate/support/Facades/Redis.php [deleted file]
vendor/illuminate/support/Facades/Request.php [deleted file]
vendor/illuminate/support/Facades/Response.php [deleted file]
vendor/illuminate/support/Facades/Route.php [deleted file]
vendor/illuminate/support/Facades/Schema.php [deleted file]
vendor/illuminate/support/Facades/Session.php [deleted file]
vendor/illuminate/support/Facades/Storage.php [deleted file]
vendor/illuminate/support/Facades/URL.php [deleted file]
vendor/illuminate/support/Facades/Validator.php [deleted file]
vendor/illuminate/support/Facades/View.php [deleted file]
vendor/illuminate/support/Fluent.php [deleted file]
vendor/illuminate/support/HigherOrderCollectionProxy.php [deleted file]
vendor/illuminate/support/HigherOrderTapProxy.php [deleted file]
vendor/illuminate/support/HtmlString.php [deleted file]
vendor/illuminate/support/InteractsWithTime.php [deleted file]
vendor/illuminate/support/LICENSE.md [deleted file]
vendor/illuminate/support/Manager.php [deleted file]
vendor/illuminate/support/MessageBag.php [deleted file]
vendor/illuminate/support/NamespacedItemResolver.php [deleted file]
vendor/illuminate/support/Optional.php [deleted file]
vendor/illuminate/support/Pluralizer.php [deleted file]
vendor/illuminate/support/ProcessUtils.php [deleted file]
vendor/illuminate/support/ServiceProvider.php [deleted file]
vendor/illuminate/support/Str.php [deleted file]
vendor/illuminate/support/Testing/Fakes/BusFake.php [deleted file]
vendor/illuminate/support/Testing/Fakes/EventFake.php [deleted file]
vendor/illuminate/support/Testing/Fakes/MailFake.php [deleted file]
vendor/illuminate/support/Testing/Fakes/NotificationFake.php [deleted file]
vendor/illuminate/support/Testing/Fakes/PendingMailFake.php [deleted file]
vendor/illuminate/support/Testing/Fakes/QueueFake.php [deleted file]
vendor/illuminate/support/Traits/CapsuleManagerTrait.php [deleted file]
vendor/illuminate/support/Traits/ForwardsCalls.php [deleted file]
vendor/illuminate/support/Traits/Localizable.php [deleted file]
vendor/illuminate/support/Traits/Macroable.php [deleted file]
vendor/illuminate/support/Traits/Tappable.php [deleted file]
vendor/illuminate/support/ViewErrorBag.php [deleted file]
vendor/illuminate/support/composer.json [deleted file]
vendor/illuminate/support/helpers.php [deleted file]
vendor/michelf/php-markdown/.gitignore [new file with mode: 0644]
vendor/michelf/php-markdown/License.md [new file with mode: 0644]
vendor/michelf/php-markdown/Michelf/Markdown.inc.php [new file with mode: 0644]
vendor/michelf/php-markdown/Michelf/Markdown.php [new file with mode: 0644]
vendor/michelf/php-markdown/Michelf/MarkdownExtra.inc.php [new file with mode: 0644]
vendor/michelf/php-markdown/Michelf/MarkdownExtra.php [new file with mode: 0644]
vendor/michelf/php-markdown/Michelf/MarkdownInterface.inc.php [new file with mode: 0644]
vendor/michelf/php-markdown/Michelf/MarkdownInterface.php [new file with mode: 0644]
vendor/michelf/php-markdown/Readme.md [new file with mode: 0644]
vendor/michelf/php-markdown/Readme.php [new file with mode: 0644]
vendor/michelf/php-markdown/composer.json [new file with mode: 0644]
vendor/nesbot/carbon/.github/ISSUE_TEMPLATE.md [deleted file]
vendor/nesbot/carbon/.multi-tester.yml [deleted file]
vendor/nesbot/carbon/LICENSE [deleted file]
vendor/nesbot/carbon/composer.json [deleted file]
vendor/nesbot/carbon/contributing.md [deleted file]
vendor/nesbot/carbon/phpmd.xml [deleted file]
vendor/nesbot/carbon/readme.md [deleted file]
vendor/nesbot/carbon/src/Carbon/Carbon.php [deleted file]
vendor/nesbot/carbon/src/Carbon/CarbonImmutable.php [deleted file]
vendor/nesbot/carbon/src/Carbon/CarbonInterface.php [deleted file]
vendor/nesbot/carbon/src/Carbon/CarbonInterval.php [deleted file]
vendor/nesbot/carbon/src/Carbon/CarbonPeriod.php [deleted file]
vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Exceptions/InvalidDateException.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Factory.php [deleted file]
vendor/nesbot/carbon/src/Carbon/FactoryImmutable.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/aa.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/aa_DJ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/aa_ER.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/aa_ER@saaho.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/aa_ET.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/af.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/af_NA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/af_ZA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/agq.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/agr.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/agr_PE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ak.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ak_GH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/am.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/am_ET.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/an.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/an_ES.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/anp.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/anp_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_AE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_BH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_DJ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_DZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_EG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_EH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_ER.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_IL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_IQ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_JO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_KM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_KW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_LB.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_LY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_MA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_MR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_OM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_PS.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_QA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_SA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_SD.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_SO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_SS.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_SY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_Shakl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_TD.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_TN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ar_YE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/as.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/as_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/asa.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ast.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ast_ES.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ayc.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ayc_PE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/az.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/az_AZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/az_Cyrl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/az_IR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/az_Latn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bas.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/be.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/be_BY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/be_BY@latin.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bem.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bem_ZM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ber.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ber_DZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ber_MA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bez.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bg.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bg_BG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bhb.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bhb_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bho.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bho_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bi.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bi_VU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bm.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bn_BD.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bn_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bo_CN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bo_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/br.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/br_FR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/brx.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/brx_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bs.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bs_BA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bs_Cyrl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/bs_Latn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/byn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/byn_ER.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ca.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ca_AD.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ca_ES.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ca_ES_Valencia.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ca_FR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ca_IT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ccp.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ccp_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ce.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ce_RU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/cgg.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/chr.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/chr_US.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/cmn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/cmn_TW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/crh.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/crh_UA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/cs.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/cs_CZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/csb.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/csb_PL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/cu.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/cv.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/cv_RU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/cy.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/cy_GB.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/da.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/da_DK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/da_GL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/dav.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/de.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/de_AT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/de_BE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/de_CH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/de_DE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/de_IT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/de_LI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/de_LU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/dje.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/doi.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/doi_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/dsb.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/dsb_DE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/dua.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/dv.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/dv_MV.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/dyo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/dz.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/dz_BT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ebu.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ee.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ee_TG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/el.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/el_CY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/el_GR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_001.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_150.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_AG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_AI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_AS.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_AT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_AU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_BB.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_BE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_BI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_BM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_BS.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_BW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_BZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_CA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_CC.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_CH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_CK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_CM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_CX.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_CY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_DE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_DG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_DK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_DM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_ER.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_FI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_FJ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_FK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_FM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_GB.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_GD.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_GG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_GH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_GI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_GM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_GU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_GY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_HK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_IE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_IL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_IM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_IO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_ISO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_JE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_JM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_KE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_KI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_KN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_KY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_LC.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_LR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_LS.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_MG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_MH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_MO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_MP.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_MS.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_MT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_MU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_MW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_MY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_NA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_NF.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_NG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_NL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_NR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_NU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_NZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_PG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_PH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_PK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_PN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_PR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_PW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_RW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_SB.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_SC.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_SD.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_SE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_SG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_SH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_SI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_SL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_SS.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_SX.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_SZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_TC.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_TK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_TO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_TT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_TV.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_TZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_UG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_UM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_US.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_US_Posix.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_VC.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_VG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_VI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_VU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_WS.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_ZA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_ZM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/en_ZW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/eo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_419.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_AR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_BO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_BR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_BZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_CL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_CO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_CR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_CU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_DO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_EA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_EC.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_ES.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_GQ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_GT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_HN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_IC.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_MX.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_NI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_PA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_PE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_PH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_PR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_PY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_SV.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_US.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_UY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/es_VE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/et.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/et_EE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/eu.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/eu_ES.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ewo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fa.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fa_AF.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fa_IR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ff.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ff_CM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ff_GN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ff_MR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ff_SN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fi.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fi_FI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fil.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fil_PH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fo_DK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fo_FO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_BE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_BF.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_BI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_BJ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_BL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_CA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_CD.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_CF.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_CG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_CH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_CI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_CM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_DJ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_DZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_FR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_GA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_GF.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_GN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_GP.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_GQ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_HT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_KM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_LU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_MA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_MC.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_MF.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_MG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_ML.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_MQ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_MR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_MU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_NC.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_NE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_PF.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_PM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_RE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_RW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_SC.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_SN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_SY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_TD.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_TG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_TN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_VU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_WF.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fr_YT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fur.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fur_IT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fy.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fy_DE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/fy_NL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ga.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ga_IE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gd.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gd_GB.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gez.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gez_ER.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gez_ET.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gl_ES.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gom.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gom_Latn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gsw.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gsw_CH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gsw_FR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gsw_LI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gu.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gu_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/guz.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gv.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/gv_GB.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ha.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ha_GH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ha_NE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ha_NG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hak.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hak_TW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/haw.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/he.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/he_IL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hi.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hi_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hif.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hif_FJ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hne.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hne_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hr.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hr_BA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hr_HR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hsb.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hsb_DE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ht.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ht_HT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hu.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hu_HU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hy.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/hy_AM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/i18n.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ia.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ia_FR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/id.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/id_ID.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ig.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ig_NG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ii.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ik.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ik_CA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/in.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/is.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/is_IS.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/it.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/it_CH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/it_IT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/it_SM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/it_VA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/iu.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/iu_CA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/iw.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ja.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ja_JP.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/jgo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/jmc.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/jv.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ka.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ka_GE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kab.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kab_DZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kam.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kde.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kea.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/khq.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ki.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kk.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kk_KZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kkj.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kl_GL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kln.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/km.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/km_KH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kn_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ko.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ko_KP.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ko_KR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kok.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kok_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ks.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ks_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ks_IN@devanagari.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ksb.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ksf.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ksh.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ku.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ku_TR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kw.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/kw_GB.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ky.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ky_KG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lag.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lb.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lb_LU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lg.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lg_UG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/li.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/li_NL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lij.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lij_IT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lkt.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ln.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ln_AO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ln_CD.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ln_CF.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ln_CG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lo_LA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lrc.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lrc_IQ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lt.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lt_LT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lu.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/luo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/luy.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lv.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lv_LV.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lzh.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/lzh_TW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mag.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mag_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mai.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mai_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mas.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mas_TZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/me.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mer.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mfe.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mfe_MU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mg.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mg_MG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mgh.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mgo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mhr.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mhr_RU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mi.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mi_NZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/miq.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/miq_NI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mjw.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mjw_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mk.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mk_MK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ml.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ml_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mn_MN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mni.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mni_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mr.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mr_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ms.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ms_BN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ms_MY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ms_SG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mt.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mt_MT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mua.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/my.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/my_MM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/mzn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nan.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nan_TW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nan_TW@latin.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/naq.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nb.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nb_NO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nb_SJ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nd.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nds.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nds_DE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nds_NL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ne.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ne_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ne_NP.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nhn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nhn_MX.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/niu.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/niu_NU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nl_AW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nl_BE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nl_BQ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nl_CW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nl_NL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nl_SR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nl_SX.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nmg.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nn_NO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nnh.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/no.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nr.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nr_ZA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nso.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nso_ZA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nus.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/nyn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/oc.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/oc_FR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/om.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/om_ET.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/om_KE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/or.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/or_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/os.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/os_RU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pa.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pa_Arab.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pa_Guru.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pa_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pa_PK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pap.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pap_AW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pap_CW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pl_PL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/prg.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ps.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ps_AF.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt_AO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt_BR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt_CH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt_CV.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt_GQ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt_GW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt_LU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt_MO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt_MZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt_PT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt_ST.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/pt_TL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/qu.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/qu_BO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/qu_EC.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/quz.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/quz_PE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/raj.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/raj_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/rm.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/rn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ro.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ro_MD.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ro_RO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/rof.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ru.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ru_BY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ru_KG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ru_KZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ru_MD.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ru_RU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ru_UA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/rw.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/rw_RW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/rwk.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sa.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sa_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sah.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sah_RU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/saq.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sat.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sat_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sbp.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sc.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sc_IT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/scr.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sd.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sd_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sd_IN@devanagari.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/se.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/se_FI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/se_NO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/se_SE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/seh.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ses.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sg.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sgs.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sgs_LT.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sh.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/shi.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/shi_Latn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/shi_Tfng.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/shn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/shn_MM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/shs.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/shs_CA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/si.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/si_LK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sid.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sid_ET.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sk.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sk_SK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sl_SI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sm.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sm_WS.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/smn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/so.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/so_DJ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/so_ET.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/so_KE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/so_SO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sq.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sq_AL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sq_MK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sq_XK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sr.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_BA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_ME.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sr_Cyrl_XK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sr_Latn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sr_Latn_BA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sr_Latn_ME.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sr_Latn_XK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sr_ME.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sr_RS.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sr_RS@latin.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ss.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ss_ZA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/st.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/st_ZA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sv.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sv_AX.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sv_FI.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sv_SE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sw.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sw_CD.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sw_KE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sw_TZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/sw_UG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/szl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/szl_PL.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ta.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ta_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ta_LK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ta_MY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ta_SG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tcy.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tcy_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/te.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/te_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/teo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/teo_KE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tet.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tg.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tg_TJ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/th.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/th_TH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/the.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/the_NP.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ti.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ti_ER.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ti_ET.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tig.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tig_ER.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tk.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tk_TM.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tl_PH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tlh.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tn_ZA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/to.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/to_TO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tpi.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tpi_PG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tr.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tr_CY.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tr_TR.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ts.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ts_ZA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tt.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tt_RU.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tt_RU@iqtelif.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/twq.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tzl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tzm.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/tzm_Latn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ug.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ug_CN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/uk.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/uk_UA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/unm.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/unm_US.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ur.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ur_IN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ur_PK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/uz.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/uz_Arab.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/uz_Cyrl.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/uz_Latn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/uz_UZ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/uz_UZ@cyrillic.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/vai.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/vai_Latn.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/vai_Vaii.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ve.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/ve_ZA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/vi.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/vi_VN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/vo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/vun.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/wa.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/wa_BE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/wae.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/wae_CH.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/wal.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/wal_ET.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/wo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/wo_SN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/xh.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/xh_ZA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/xog.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/yav.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/yi.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/yi_US.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/yo.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/yo_BJ.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/yo_NG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/yue.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/yue_HK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/yue_Hans.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/yue_Hant.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/yuw.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/yuw_PG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zgh.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_CN.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_HK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_Hans.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_Hans_HK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_Hans_MO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_Hans_SG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_Hant.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_Hant_HK.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_Hant_MO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_MO.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_SG.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_TW.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zh_YUE.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zu.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Lang/zu_ZA.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Language.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Laravel/ServiceProvider.php [deleted file]
vendor/nesbot/carbon/src/Carbon/List/languages.php [deleted file]
vendor/nesbot/carbon/src/Carbon/List/regions.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Boundaries.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Comparison.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Converter.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Creator.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Date.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Difference.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Localization.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Macro.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Modifiers.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Mutability.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Options.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Rounding.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Serialization.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Test.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Timestamp.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Units.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Traits/Week.php [deleted file]
vendor/nesbot/carbon/src/Carbon/Translator.php [deleted file]
vendor/paragonie/constant_time_encoding/.gitignore [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/.travis.yml [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/LICENSE.txt [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/README.md [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/composer.json [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/phpunit.xml.dist [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/psalm.xml [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/src/Base32.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/src/Base32Hex.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/src/Base64.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/src/Binary.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/src/EncoderInterface.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/src/Encoding.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/src/Hex.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/src/RFC4648.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/tests/Base32HexTest.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/tests/Base32Test.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/tests/Base64DotSlashOrderedTest.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/tests/Base64DotSlashTest.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/tests/Base64Test.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/tests/Base64UrlSafeTest.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/tests/EncodingTest.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/tests/HexTest.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/tests/RFC4648Test.php [new file with mode: 0644]
vendor/paragonie/constant_time_encoding/tests/autoload.php [new file with mode: 0644]
vendor/paragonie/random_compat/LICENSE [deleted file]
vendor/paragonie/random_compat/build-phar.sh [deleted file]
vendor/paragonie/random_compat/composer.json [deleted file]
vendor/paragonie/random_compat/lib/random.php [deleted file]
vendor/paragonie/random_compat/other/build_phar.php [deleted file]
vendor/paragonie/random_compat/psalm-autoload.php [deleted file]
vendor/paragonie/random_compat/psalm.xml [deleted file]
vendor/phpseclib/phpseclib/AUTHORS [new file with mode: 0644]
vendor/phpseclib/phpseclib/LICENSE [new file with mode: 0644]
vendor/phpseclib/phpseclib/README.md [new file with mode: 0644]
vendor/phpseclib/phpseclib/appveyor.yml [new file with mode: 0644]
vendor/phpseclib/phpseclib/composer.json [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/File/X509.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/bootstrap.php [new file with mode: 0644]
vendor/phpseclib/phpseclib/phpseclib/openssl.cnf [new file with mode: 0644]
vendor/ramsey/uuid/CHANGELOG.md [deleted file]
vendor/ramsey/uuid/CODE_OF_CONDUCT.md [deleted file]
vendor/ramsey/uuid/CONTRIBUTING.md [deleted file]
vendor/ramsey/uuid/LICENSE [deleted file]
vendor/ramsey/uuid/README.md [deleted file]
vendor/ramsey/uuid/composer.json [deleted file]
vendor/ramsey/uuid/src/BinaryUtils.php [deleted file]
vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php [deleted file]
vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php [deleted file]
vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php [deleted file]
vendor/ramsey/uuid/src/Codec/CodecInterface.php [deleted file]
vendor/ramsey/uuid/src/Codec/GuidStringCodec.php [deleted file]
vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php [deleted file]
vendor/ramsey/uuid/src/Codec/StringCodec.php [deleted file]
vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php [deleted file]
vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php [deleted file]
vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php [deleted file]
vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php [deleted file]
vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php [deleted file]
vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php [deleted file]
vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php [deleted file]
vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php [deleted file]
vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php [deleted file]
vendor/ramsey/uuid/src/DegradedUuid.php [deleted file]
vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php [deleted file]
vendor/ramsey/uuid/src/Exception/UnsatisfiedDependencyException.php [deleted file]
vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php [deleted file]
vendor/ramsey/uuid/src/FeatureSet.php [deleted file]
vendor/ramsey/uuid/src/Generator/CombGenerator.php [deleted file]
vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php [deleted file]
vendor/ramsey/uuid/src/Generator/MtRandGenerator.php [deleted file]
vendor/ramsey/uuid/src/Generator/OpenSslGenerator.php [deleted file]
vendor/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php [deleted file]
vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php [deleted file]
vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php [deleted file]
vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php [deleted file]
vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php [deleted file]
vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php [deleted file]
vendor/ramsey/uuid/src/Generator/SodiumRandomGenerator.php [deleted file]
vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php [deleted file]
vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php [deleted file]
vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php [deleted file]
vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php [deleted file]
vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php [deleted file]
vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php [deleted file]
vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php [deleted file]
vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php [deleted file]
vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php [deleted file]
vendor/ramsey/uuid/src/Uuid.php [deleted file]
vendor/ramsey/uuid/src/UuidFactory.php [deleted file]
vendor/ramsey/uuid/src/UuidFactoryInterface.php [deleted file]
vendor/ramsey/uuid/src/UuidInterface.php [deleted file]
vendor/stomp-php/stomp-php/.gitattributes [new file with mode: 0644]
vendor/stomp-php/stomp-php/.gitignore [new file with mode: 0644]
vendor/stomp-php/stomp-php/.travis.yml [new file with mode: 0644]
vendor/stomp-php/stomp-php/CHANGELOG.md [new file with mode: 0644]
vendor/stomp-php/stomp-php/LICENSE [new file with mode: 0644]
vendor/stomp-php/stomp-php/README.md [new file with mode: 0644]
vendor/stomp-php/stomp-php/composer.json [new file with mode: 0644]
vendor/stomp-php/stomp-php/phpstan.neon [new file with mode: 0644]
vendor/stomp-php/stomp-php/phpunit.xml [new file with mode: 0644]
vendor/stomp-php/stomp-php/pre_commit.sh [new file with mode: 0755]
vendor/stomp-php/stomp-php/run_phpcs.sh [new file with mode: 0755]
vendor/stomp-php/stomp-php/run_phpunit.sh [new file with mode: 0755]
vendor/stomp-php/stomp-php/src/Broker/ActiveMq/ActiveMq.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Broker/ActiveMq/Mode/ActiveMqMode.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Broker/ActiveMq/Mode/DurableSubscription.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Broker/ActiveMq/Options.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Broker/Apollo/Apollo.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Broker/Apollo/Mode/QueueBrowser.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Broker/Apollo/Mode/SequenceQueueBrowser.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Broker/Exception/UnsupportedBrokerException.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Broker/OpenMq/OpenMq.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Broker/RabbitMq/RabbitMq.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Client.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Exception/ConnectionException.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Exception/ErrorFrameException.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Exception/MissingReceiptException.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Exception/StompException.php [new file with mode: 0755]
vendor/stomp-php/stomp-php/src/Exception/UnexpectedResponseException.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Network/Connection.php [new file with mode: 0755]
vendor/stomp-php/stomp-php/src/Network/Observer/AbstractBeats.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Network/Observer/ConnectionObserver.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Network/Observer/ConnectionObserverCollection.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Network/Observer/Exception/HeartbeatException.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Network/Observer/HeartbeatEmitter.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Network/Observer/ServerAliveObserver.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Protocol/Protocol.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Protocol/Version.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/SimpleStomp.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/StatefulStomp.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/States/ConsumerState.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/States/ConsumerTransactionState.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/States/Exception/InvalidStateException.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/States/IStateful.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/States/Meta/Subscription.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/States/Meta/SubscriptionList.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/States/ProducerState.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/States/ProducerTransactionState.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/States/StateSetter.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/States/StateTemplate.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/States/TransactionsTrait.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Transport/Bytes.php [new file with mode: 0755]
vendor/stomp-php/stomp-php/src/Transport/Frame.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Transport/FrameFactory.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Transport/Map.php [new file with mode: 0755]
vendor/stomp-php/stomp-php/src/Transport/Message.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Transport/Parser.php [new file with mode: 0644]
vendor/stomp-php/stomp-php/src/Util/IdGenerator.php [new file with mode: 0644]
vendor/symfony/translation-contracts/LICENSE [deleted file]
vendor/symfony/translation-contracts/LocaleAwareInterface.php [deleted file]
vendor/symfony/translation-contracts/README.md [deleted file]
vendor/symfony/translation-contracts/Test/TranslatorTest.php [deleted file]
vendor/symfony/translation-contracts/TranslatorInterface.php [deleted file]
vendor/symfony/translation-contracts/TranslatorTrait.php [deleted file]
vendor/symfony/translation-contracts/composer.json [deleted file]