Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 76cbe6a

Browse filesBrowse files
committed
Minor chores
1 parent be2bd70 commit 76cbe6a
Copy full SHA for 76cbe6a

File tree

Expand file treeCollapse file tree

5 files changed

+15
-6
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+15
-6
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.1
55
- 7.2
6+
- 7.3
67

78
env:
89
matrix:

‎BACKERS.md

Copy file name to clipboardExpand all lines: BACKERS.md
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ Backers in the same pledge level appear in the order of pledge date.
55

66
### $1+
77
- Mike Erickson
8+
- Nicolas Bentz
9+
- Martin
10+
- hacktk

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

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+
715
## [5.7.20] - 2019-02-11
816
### Fixed
917
- Allow spaces in directory names when building the app ([#310](https://github.com/laravel-zero/framework/pull/310))

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Laravel Zero was created by, and is maintained by [Nuno Maduro](https://github.c
2424

2525
## Documentation
2626

27-
For full documentation, visit [laravel-zero.com](http://laravel-zero.com/).
27+
For full documentation, visit [laravel-zero.com](https://laravel-zero.com/).
2828

2929
## Support the development
3030
**Do you like this project? Support it by donating**

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+2-5Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1.3",
20-
"laravel-zero/framework": "5.7.*"
20+
"laravel-zero/framework": "5.8.*-dev"
2121
},
2222
"require-dev": {
2323
"mockery/mockery": "^1.0",
@@ -36,10 +36,7 @@
3636
"config": {
3737
"preferred-install": "dist",
3838
"sort-packages": true,
39-
"optimize-autoloader": true,
40-
"platform": {
41-
"ext-posix": "0"
42-
}
39+
"optimize-autoloader": true
4340
},
4441
"scripts": {
4542
"post-create-project-cmd": [

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.