Skip to content

Commit

Permalink
Updating misc files
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Jan 27, 2017
1 parent ddd498c commit f5f675b
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 16 deletions.
16 changes: 10 additions & 6 deletions .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
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,7 @@
- Localization Version: #.#.#
- Laravel Version: #.#.#
- PHP Version: #.#.#

### Description:

### Steps To Reproduce:
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Expand Up @@ -21,8 +21,8 @@ checks:

tools:
external_code_coverage:
timeout: 1800
runs: 8
timeout: 600
runs: 3
php_code_sniffer:
enabled: true
config:
Expand Down
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2016 | ARCANEDEV <arcanedev.maroc@gmail.com> - Localization
Copyright (c) 2015-2017 | ARCANEDEV <arcanedev.maroc@gmail.com> - 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"type": "library",
"license": "MIT",
"require": {
"php" : ">=5.6.4",
"php": ">=5.6.4",
"arcanedev/support": "~3.20"
},
"require-dev": {
Expand Down
3 changes: 3 additions & 0 deletions phpunit.xml
Expand Up @@ -20,6 +20,9 @@
<directory suffix=".php">./src/</directory>
</whitelist>
</filter>
<php>
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF"/>
</php>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-text" target="build/logs/coverage.txt"/>
Expand Down

0 comments on commit f5f675b

Please sign in to comment.