Skip to content

Commit 761698b

Browse files
committed
upgrade testbench version
1 parent 47dc1a3 commit 761698b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.5.1 (2020-01-15)
4+
### Changed
5+
- Upgrade testbench version
6+
- Update license date
7+
38
## v0.4.1 (2019-12-02)
49
### Fixed
510
- Fix compiler regex

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Pine
3+
Copyright (c) 2020 Pine
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php" : "^7.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench":"~3.8.0"
26+
"orchestra/testbench":"~4.5.0"
2727
},
2828
"extra": {
2929
"laravel": {

0 commit comments

Comments
 (0)