Skip to content

Commit

Permalink
Update Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr-Moik committed Nov 13, 2023
1 parent 6db3ed3 commit 741c3a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to `GitlabDeploy` will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.3.0...HEAD)
## [Unreleased](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.3.1...HEAD)

## [v1.3.1](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.3.0...v1.3.1) - 2023-11-13

### Changed

- Update Readme file

## [v1.3.0](https://github.com/hexidedigital/laravel-gitlab-deploy/compare/v1.2.1...v1.3.0) - 2023-10-09

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ Remote server must use GNU/Linux.
You can install this package via composer using:

```shell
composer require --dev hexide-digital/gitlab-deploy:^1.3 -W
composer require --dev hexide-digital/gitlab-deploy:^1.3
```

> We specify the option `-W` for composer to downgrade `psr/http-message` package from v2 to v1
> for the latest Laravel projects
> (see more in this [issue](https://github.com/GrahamCampbell/Laravel-GitLab/issues/44))
And if you are using composer version 2.4 and above,
we recommend run the [`bump`](https://php.watch/articles/composer-bump) command

Expand Down

0 comments on commit 741c3a7

Please sign in to comment.