Skip to content

Commit 63e2e04

Browse files
committed
Change CHANGELOG.md for v.0.1.3
1 parent 7638d90 commit 63e2e04

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

.phpunit.result.cache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C:37:"PHPUnit\Runner\DefaultTestResultCache":44:{a:2:{s:7:"defects";a:0:{}s:5:"times";a:0:{}}}

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22

33
All notable changes to `laravel-svelte-preset` will be documented in this file
44

5-
## v.0.1.2 - 2019-08-05
5+
## v0.1.3 - 2019-09-09
6+
7+
- Add support for Laravel 6.x
8+
- Fix TravisCI configuration file
9+
10+
## v0.1.2 - 2019-08-05
11+
612
- Add ensureComponentDirectoryExists and removeNodeModules
713

8-
## v.0.1.1 - 2019-06-03
14+
## v0.1.1 - 2019-06-03
15+
916
- Add nunomaduro/larastan as dev dependency
1017

11-
## v.0.1.0 - 2019-05-19
18+
## v0.1.0 - 2019-05-19
1219

1320
- Initial release

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.1",
22-
"illuminate/support": "5.8.*"
21+
"php": "^7.2",
22+
"illuminate/support": "^5.8|^6.0"
2323
},
2424
"require-dev": {
2525
"nunomaduro/larastan": "^0.3.17",
26-
"orchestra/testbench": "3.8.*",
27-
"phpunit/phpunit": "^7.0"
26+
"orchestra/testbench": "^3.8|^4.0",
27+
"phpunit/phpunit": "^8.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)