From f5f675ba1d3cbe9f7ab21f7411446f2e9d6d54bc Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Fri, 27 Jan 2017 16:55:59 +0000 Subject: [PATCH] Updating misc files --- .gitattributes | 16 ++++++++++------ .github/ISSUE_TEMPLATE.md | 7 +++++++ .scrutinizer.yml | 4 ++-- .travis.yml | 7 ++----- LICENSE.md | 2 +- README.md | 2 +- composer.json | 2 +- phpunit.xml | 3 +++ 8 files changed, 27 insertions(+), 16 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.gitattributes b/.gitattributes index a1bf466..773a14a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,12 @@ +* text=auto + +/.github export-ignore /_docs export-ignore /tests export-ignore -/.editorconfig export-ignore -/.gitattributes export-ignore -/.gitignore export-ignore -/.scrutinizer.yml export-ignore -/.travis.yml export-ignore -/phpunit.xml export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.scrutinizer.yml export-ignore +.travis.yml export-ignore +phpunit.xml export-ignore +CONTRIBUTING.md export-ignore diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..4e96585 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +- Localization Version: #.#.# +- Laravel Version: #.#.# +- PHP Version: #.#.# + +### Description: + +### Steps To Reproduce: diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 4b1692f..282131b 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -21,8 +21,8 @@ checks: tools: external_code_coverage: - timeout: 1800 - runs: 8 + timeout: 600 + runs: 3 php_code_sniffer: enabled: true config: diff --git a/.travis.yml b/.travis.yml index 378d088..5c475de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,14 +13,11 @@ matrix: - php: nightly env: - - TESTBENCH_VERSION=3.0.* - - TESTBENCH_VERSION=3.1.* - - TESTBENCH_VERSION=3.2.* - - TESTBENCH_VERSION=3.3.* + - TESTBENCH_VERSION=3.4.* before_script: - travis_retry composer self-update - - travis_retry composer require --prefer-source --no-interaction --dev "orchestra/testbench:${TESTBENCH_VERSION}" + - travis_retry composer require --prefer-source --no-interaction --dev "orchestra/testbench-browser-kit:${TESTBENCH_VERSION}" "orchestra/database:${TESTBENCH_VERSION}" script: - composer validate diff --git a/LICENSE.md b/LICENSE.md index 84f2321..5f29328 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2016 | ARCANEDEV - Localization +Copyright (c) 2015-2017 | ARCANEDEV - Localization Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 6b924c5..c1f8a8e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Feel free to check out the [releases](https://github.com/ARCANEDEV/Localization/ ### Features * Easy setup & configuration. - * Laravel `5.0 | 5.1 | 5.2 | 5.3` are supported. + * Laravel `5.0 | 5.1 | 5.2 | 5.3 | 5.4` are supported. * SEO-Friendly (Search engine optimization). * New extended Router to manage your localized routes. * Locales selector menu (Publishable & Customizable). diff --git a/composer.json b/composer.json index 0bbfd55..41c9ee9 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "type": "library", "license": "MIT", "require": { - "php" : ">=5.6.4", + "php": ">=5.6.4", "arcanedev/support": "~3.20" }, "require-dev": { diff --git a/phpunit.xml b/phpunit.xml index 844ff0b..a3882c8 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -20,6 +20,9 @@ ./src/ + + +