File tree Expand file tree Collapse file tree 5 files changed +4656
-14
lines changed Expand file tree Collapse file tree 5 files changed +4656
-14
lines changed Original file line number Diff line number Diff line change 1
1
build
2
- composer.lock
3
- vendor
2
+ vendor
Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.0
5
4
- 7.1
5
+ - 7.2
6
+ - 7.3
6
7
7
8
branches :
8
9
except :
@@ -15,4 +16,4 @@ script:
15
16
- vendor/bin/phpunit --verbose --coverage-text --coverage-clover=coverage.xml
16
17
17
18
after_success :
18
- - bash <(curl -s https://codecov.io/bash)
19
+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 5
5
[ ![ Build Status] ( https://travis-ci.org/codedge/laravel-selfupdater.svg?branch=master )] ( https://travis-ci.org/codedge/laravel-selfupdater )
6
6
[ ![ StyleCI] ( https://styleci.io/repos/64463948/shield )] ( https://styleci.io/repos/64463948 )
7
7
[ ![ codecov] ( https://codecov.io/gh/codedge/laravel-selfupdater/branch/master/graph/badge.svg )] ( https://codecov.io/gh/codedge/laravel-selfupdater )
8
+ [ ![ composer.lock] ( https://poser.pugx.org/codedge/laravel-selfupdater/composerlock?format=flat-square )] ( https://packagist.org/packages/codedge/laravel-selfupdater )
8
9
9
10
This package provides some basic methods to implement a self updating
10
11
functionality for your Laravel 5 application. Already bundled are some
@@ -16,12 +17,6 @@ lovely users with Git and/or Composer commands ;-)
16
17
17
18
## Install with Composer
18
19
19
- There are currently two branches:
20
- * ` master ` : Compatible with PHP 7.x
21
- * ` 5.x ` : Compatible with PHP 5.5 + 5.6
22
-
23
- _ Please select the right branch for your PHP version accordingly._
24
-
25
20
To install the latest version from the master using [ Composer] ( https://getcomposer.org/ ) :
26
21
``` sh
27
22
$ composer require codedge/laravel-selfupdater
@@ -225,4 +220,4 @@ Please see the [contributing guide](CONTRIBUTING.md).
225
220
Just a quickly sketched [ roadmap] ( https://github.com/codedge/laravel-selfupdater/wiki/Roadmap ) what still needs to be implemented.
226
221
227
222
## Licence
228
- The MIT License (MIT). Please see [ Licencse file] ( LICENSE ) for more information.
223
+ The MIT License (MIT). Please see [ Licence file] ( LICENSE ) for more information.
Original file line number Diff line number Diff line change 34
34
"Codedge\\ Updater\\ Tests\\ " : " tests/"
35
35
}
36
36
},
37
+ "config" : {
38
+ "sort-packages" : true
39
+ },
37
40
"require" : {
38
- "php" : " >=7.0 " ,
41
+ "php" : " >=7.1 " ,
39
42
"ext-zip" : " *" ,
40
43
"illuminate/support" : " 5.*" ,
41
44
"guzzlehttp/guzzle" : " 6.*"
42
45
},
43
46
"require-dev" : {
44
- "phpunit/phpunit" : " ^5.5 " ,
45
- "orchestra/testbench" : " 3.2 .*" ,
47
+ "phpunit/phpunit" : " ^7 " ,
48
+ "orchestra/testbench" : " 3.7 .*" ,
46
49
"mockery/mockery" : " ^0.9.5"
47
50
}
48
51
}
You can’t perform that action at this time.
0 commit comments