Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Commit 9b6e684

Browse files
committed
Merge branch 'release/v5.0.1'
2 parents 31a1522 + 85dc7c5 commit 9b6e684

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33

44
php:
55
- 7.4
6+
- 8.0
67

78
env:
89
global:

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](CONTRIBUTING.md).
66

77

8+
## [v5.0.1] - 2020-12-25
9+
- Add support for PHP v8
10+
811
## [v5.0.0] - 2020-12-22
912
- Upgrade to Laravel v8
1013
- Update validation rules
@@ -162,6 +165,7 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
162165
## v0.0.1 - 2017-04-08
163166
- Rename package to "rinvex/attributable" from "rinvex/sparse" based on 715a831
164167

168+
[v5.0.1]: https://github.com/rinvex/laravel-attributes/compare/v5.0.0...v5.0.1
165169
[v5.0.0]: https://github.com/rinvex/laravel-attributes/compare/v4.1.0...v5.0.0
166170
[v4.1.0]: https://github.com/rinvex/laravel-attributes/compare/v4.0.6...v4.1.0
167171
[v4.0.6]: https://github.com/rinvex/laravel-attributes/compare/v4.0.5...v4.0.6

LICENSE

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

3-
Copyright (c) 2016-2020, Rinvex LLC,
3+
Copyright (c) 2016-2021, Rinvex LLC,
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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,4 @@ Rinvex is a software solutions startup, specialized in integrated enterprise sol
407407
408408
This software is released under [The MIT License (MIT)](LICENSE).
409409
410-
(c) 2016-2020 Rinvex LLC, Some rights reserved.
410+
(c) 2016-2021 Rinvex LLC, Some rights reserved.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
],
5050
"require": {
51-
"php": "^7.4.0",
51+
"php": "^7.4.0 || ^8.0.0",
5252
"illuminate/console": "^8.0.0 || ^9.0.0",
5353
"illuminate/database": "^8.0.0 || ^9.0.0",
5454
"illuminate/support": "^8.0.0 || ^9.0.0",

0 commit comments

Comments
 (0)