File tree Expand file tree Collapse file tree 5 files changed +15
-6
lines changed
Filter options
Expand file tree Collapse file tree 5 files changed +15
-6
lines changed
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
3
3
php :
4
4
- 7.1
5
5
- 7.2
6
+ - 7.3
6
7
7
8
env :
8
9
matrix :
Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ Backers in the same pledge level appear in the order of pledge date.
5
5
6
6
### $1+
7
7
- Mike Erickson
8
+ - Nicolas Bentz
9
+ - Martin
10
+ - hacktk
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 5.8.0] - 2019-03-XX
8
+ ### Added
9
+ - ` self:update ` command on build commands
10
+ - reads ` .env ` files from the root of build commands
11
+
12
+ ### Changed
13
+ - ` menu ` method it's now optional
14
+
7
15
## [ 5.7.20] - 2019-02-11
8
16
### Fixed
9
17
- Allow spaces in directory names when building the app ([ #310 ] ( https://github.com/laravel-zero/framework/pull/310 ) )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Laravel Zero was created by, and is maintained by [Nuno Maduro](https://github.c
24
24
25
25
## Documentation
26
26
27
- For full documentation, visit [ laravel-zero.com] ( http ://laravel-zero.com/) .
27
+ For full documentation, visit [ laravel-zero.com] ( https ://laravel-zero.com/) .
28
28
29
29
## Support the development
30
30
** Do you like this project? Support it by donating**
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.1.3" ,
20
- "laravel-zero/framework" : " 5.7.* "
20
+ "laravel-zero/framework" : " 5.8.*-dev "
21
21
},
22
22
"require-dev" : {
23
23
"mockery/mockery" : " ^1.0" ,
36
36
"config" : {
37
37
"preferred-install" : " dist" ,
38
38
"sort-packages" : true ,
39
- "optimize-autoloader" : true ,
40
- "platform" : {
41
- "ext-posix" : " 0"
42
- }
39
+ "optimize-autoloader" : true
43
40
},
44
41
"scripts" : {
45
42
"post-create-project-cmd" : [
You can’t perform that action at this time.
0 commit comments