Skip to content

Commit

Permalink
it seems done
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario-pierbattista committed Jan 25, 2024
1 parent cae6b85 commit 922ea39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes of the CrossbarHttpPublisherBundle are documented in this file using the
[Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased]
### Added
- Support for PHP 8.
### Removed
- Support for PHP 5. Only PHP 7.4 is tested via GH actions

## [1.0.1] - 2017-01-24

### Changed
Expand Down Expand Up @@ -40,3 +46,5 @@ All notable changes of the CrossbarHttpPublisherBundle are documented in this fi
## [0.1] - 2015-10-05

* First, belated tagged release; previously released as dev-master only

[Unreleased]: https://github.com/facile-it/crossbar-http-publisher-bundle/compare/1.0.1..master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This bundle allows to submit PubSub events via HTTP/POST requests to a [Crossbar
* Skip SSL certificate verification (useful in dev environment)

## Requirements
* PHP >=5.6
* PHP >= 7
* Guzzle 5 or 6
* The following Symfony components (or the full-stack framework), version 2.7, 2.8, 3.x or 4.x:
* symfony/framework-bundle
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"crossbar"
],
"require": {
"php": "^5.6|^7.0|^8.0",
"php": "^7.0|^8.0",
"symfony/http-kernel": "^2.7 || ^3.0 || ^4.0",
"symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
"symfony/dependency-injection": "^2.7 || ^3.0 || ^4.0",
Expand Down

0 comments on commit 922ea39

Please sign in to comment.