Skip to content

Commit 01b167a

Browse files
committed
Update files based on php-composer-template latest changes.
1 parent 32b3a3e commit 01b167a

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/bootstrap/compiled.php
2-
/_ide_helper.php
3-
/vendor
41
composer.phar
52
.env.*.php
63
.env.php
4+
_ide_helper.php
5+
bootstrap/compiled.php
6+
vendor

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7.0
78
- hhvm
89

10+
matrix:
11+
allow_failures:
12+
- php: 7.0
13+
914
before_script:
1015
- composer self-update
1116
- composer update

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Anki Server
22

3-
[![Build Status](https://travis-ci.org/tomzx/anki-server.svg)](https://travis-ci.org/tomzx/anki-server)
4-
[![Total Downloads](https://poser.pugx.org/tomzx/anki-server/downloads.svg)](https://packagist.org/packages/tomzx/anki-server)
3+
[![License](https://poser.pugx.org/tomzx/anki-server/license.svg)](https://packagist.org/packages/tomzx/anki-server)
54
[![Latest Stable Version](https://poser.pugx.org/tomzx/anki-server/v/stable.svg)](https://packagist.org/packages/tomzx/anki-server)
65
[![Latest Unstable Version](https://poser.pugx.org/tomzx/anki-server/v/unstable.svg)](https://packagist.org/packages/tomzx/anki-server)
7-
[![License](https://poser.pugx.org/tomzx/anki-server/license.svg)](https://packagist.org/packages/tomzx/anki-server)
6+
[![Build Status](https://img.shields.io/travis/tomzx/anki-server.svg)](https://travis-ci.org/tomzx/anki-server)
7+
[![Code Quality](https://img.shields.io/scrutinizer/g/tomzx/anki-server.svg)](https://scrutinizer-ci.com/g/tomzx/anki-server/code-structure)
8+
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/tomzx/anki-server.svg)](https://scrutinizer-ci.com/g/tomzx/anki-server)
9+
[![Total Downloads](https://img.shields.io/packagist/dt/tomzx/anki-server.svg)](https://packagist.org/packages/tomzx/anki-server)
810

911
Anki Server is an alternative to [AnkiWeb](https://ankiweb.net/).
1012

@@ -41,4 +43,4 @@ This code was developed/tested with `Anki Desktop 2.0.31` and a custom build of
4143

4244
## License
4345

44-
The code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/). See LICENSE.
46+
The code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/). See [LICENSE](LICENSE).

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"type": "project",
77
"require": {
8-
"laravel/framework": "4.2.*"
8+
"laravel/framework": "~4.2"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "~4",

0 commit comments

Comments
 (0)