File tree 4 files changed +15
-8
lines changed
4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
- /bootstrap /compiled.php
2
- /_ide_helper.php
3
- /vendor
4
1
composer.phar
5
2
.env. * .php
6
3
.env.php
4
+ _ide_helper.php
5
+ bootstrap /compiled.php
6
+ vendor
Original file line number Diff line number Diff line change 4
4
- 5.4
5
5
- 5.5
6
6
- 5.6
7
+ - 7.0
7
8
- hhvm
8
9
10
+ matrix :
11
+ allow_failures :
12
+ - php : 7.0
13
+
9
14
before_script :
10
15
- composer self-update
11
16
- composer update
Original file line number Diff line number Diff line change 1
1
# Anki Server
2
2
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 )
5
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/tomzx/anki-server/v/stable.svg )] ( https://packagist.org/packages/tomzx/anki-server )
6
5
[ ![ 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 )
8
10
9
11
Anki Server is an alternative to [ AnkiWeb] ( https://ankiweb.net/ ) .
10
12
@@ -41,4 +43,4 @@ This code was developed/tested with `Anki Desktop 2.0.31` and a custom build of
41
43
42
44
## License
43
45
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 ) .
Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"type" : " project" ,
7
7
"require" : {
8
- "laravel/framework" : " 4.2.* "
8
+ "laravel/framework" : " ~ 4.2"
9
9
},
10
10
"require-dev" : {
11
11
"phpunit/phpunit" : " ~4" ,
You can’t perform that action at this time.
0 commit comments