Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 6aac618

Browse files
committed
Merge tag 'v1.0.0' into develop
no message * tag 'v1.0.0': Rename package to rinvex/laravel-support and bump versions
2 parents f34485d + ce29b8a commit 6aac618

File tree

3 files changed

+26
-21
lines changed

3 files changed

+26
-21
lines changed

CHANGELOG.md

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

77

8+
## [v1.0.0] - 2018-10-01
9+
- Enforce Consistency
10+
- Support Laravel 5.7+
11+
- Rename package to rinvex/laravel-support
12+
813
## [v0.0.5] - 2018-09-21
914
- Update travis php versions
1015
- Drop incomplete Turbolinks-Location redirection and other useless code
@@ -60,7 +65,8 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
6065
## v0.0.1 - 2016-12-20
6166
- Tag first release
6267

63-
[v0.0.5]: https://github.com/rinvex/support/compare/v0.0.4...v0.0.5
64-
[v0.0.4]: https://github.com/rinvex/support/compare/v0.0.3...v0.0.4
65-
[v0.0.3]: https://github.com/rinvex/support/compare/v0.0.2...v0.0.3
66-
[v0.0.2]: https://github.com/rinvex/support/compare/v0.0.1...v0.0.2
68+
[v1.0.0]: https://github.com/rinvex/laravel-support/compare/v0.0.5...v1.0.0
69+
[v0.0.5]: https://github.com/rinvex/laravel-support/compare/v0.0.4...v0.0.5
70+
[v0.0.4]: https://github.com/rinvex/laravel-support/compare/v0.0.3...v0.0.4
71+
[v0.0.3]: https://github.com/rinvex/laravel-support/compare/v0.0.2...v0.0.3
72+
[v0.0.2]: https://github.com/rinvex/laravel-support/compare/v0.0.1...v0.0.2

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
**Rinvex common** support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
44

5-
[![Packagist](https://img.shields.io/packagist/v/rinvex/support.svg?label=Packagist&style=flat-square)](https://packagist.org/packages/rinvex/support)
6-
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/rinvex/support.svg?label=Scrutinizer&style=flat-square)](https://scrutinizer-ci.com/g/rinvex/support/)
7-
[![Code Climate](https://img.shields.io/codeclimate/github/rinvex/support.svg?label=CodeClimate&style=flat-square)](https://codeclimate.com/github/rinvex/support)
8-
[![Travis](https://img.shields.io/travis/rinvex/support.svg?label=TravisCI&style=flat-square)](https://travis-ci.org/rinvex/support)
5+
[![Packagist](https://img.shields.io/packagist/v/rinvex/laravel-support.svg?label=Packagist&style=flat-square)](https://packagist.org/packages/rinvex/laravel-support)
6+
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/rinvex/laravel-support.svg?label=Scrutinizer&style=flat-square)](https://scrutinizer-ci.com/g/rinvex/laravel-support/)
7+
[![Code Climate](https://img.shields.io/codeclimate/github/rinvex/laravel-support.svg?label=CodeClimate&style=flat-square)](https://codeclimate.com/github/rinvex/laravel-support)
8+
[![Travis](https://img.shields.io/travis/rinvex/laravel-support.svg?label=TravisCI&style=flat-square)](https://travis-ci.org/rinvex/laravel-support)
99
[![StyleCI](https://styleci.io/repos/60968880/shield)](https://styleci.io/repos/60968880)
10-
[![License](https://img.shields.io/packagist/l/rinvex/support.svg?label=License&style=flat-square)](https://github.com/rinvex/support/blob/develop/LICENSE)
10+
[![License](https://img.shields.io/packagist/l/rinvex/laravel-support.svg?label=License&style=flat-square)](https://github.com/rinvex/laravel-support/blob/develop/LICENSE)
1111

1212

1313
> **Note:** this package is just a support package for other Rinvex packages, which may not be useful on it's own, but contains some complementary generic functionality and also may not respect SemVer and break backward compatibility.
1414
1515

1616
## Installation
1717

18-
Install via `composer require rinvex/support`
18+
Install via `composer require rinvex/laravel-support`
1919

2020

2121
## Usage

composer.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "rinvex/support",
2+
"name": "rinvex/laravel-support",
33
"description": "Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.",
4+
"type": "library",
45
"keywords": [
56
"rinvex",
67
"laravel",
@@ -16,9 +17,9 @@
1617
"homepage": "https://rinvex.com/marketplace/rinvex-support/",
1718
"support": {
1819
"email": "[email protected]",
19-
"issues": "https://github.com/rinvex/support/issues",
20-
"source": "https://github.com/rinvex/support",
21-
"docs": "https://github.com/rinvex/support/blob/master/README.md"
20+
"issues": "https://github.com/rinvex/laravel-support/issues",
21+
"source": "https://github.com/rinvex/laravel-support",
22+
"docs": "https://github.com/rinvex/laravel-support/blob/master/README.md"
2223
},
2324
"authors": [
2425
{
@@ -34,7 +35,7 @@
3435
},
3536
{
3637
"name": "The Generous Laravel Community",
37-
"homepage": "https://github.com/rinvex/support/contributors"
38+
"homepage": "https://github.com/rinvex/laravel-support/contributors"
3839
}
3940
],
4041
"require": {
@@ -50,7 +51,7 @@
5051
"watson/validating": "^3.1.0"
5152
},
5253
"require-dev": {
53-
"codedungeon/phpunit-result-printer": "^0.20.0",
54+
"codedungeon/phpunit-result-printer": "^0.22.0",
5455
"phpunit/phpunit": "^7.0.0"
5556
},
5657
"autoload": {
@@ -66,16 +67,14 @@
6667
"Rinvex\\Support\\Tests\\": "tests"
6768
}
6869
},
70+
"scripts": {
71+
"test": "vendor/bin/phpunit"
72+
},
6973
"config": {
7074
"sort-packages": true,
7175
"preferred-install": "dist",
7276
"optimize-autoloader": true
7377
},
74-
"extra": {
75-
"branch-alias": {
76-
"dev-master": "1.0-dev"
77-
}
78-
},
7978
"minimum-stability": "dev",
8079
"prefer-stable": true
8180
}

0 commit comments

Comments
 (0)