Skip to content

Commit

Permalink
Release 7.6.1 (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Jan 4, 2021
1 parent cee58aa commit 1149c43
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
PHPCompatibility sniffs to check for PHP cross-version incompatible code.
https://github.com/PHPCompatibility/PHPCompatibility
-->
<config name="testVersion" value="7.1-"/>
<config name="testVersion" value="7.3-"/>
<rule ref="PHPCompatibility"/>

<!--
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## [7.6.1](https://github.com/auth0/auth0-PHP/tree/7.6.0) (2021-01-01)

[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.6.0...7.6.1)

This hotfix addresses an issue with a dependency reference.

## [7.6.0](https://github.com/auth0/auth0-PHP/tree/7.6.0) (2021-01-01)

[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.5.0...7.6.0)
Expand Down
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@
"homepage": "http://www.auth0.com/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/auth0/php-jwt.git"
}
],
"require": {
"php": "^7.3 | ^8.0",
"ext-json": "*",
"ext-openssl": "*",
"auth0/php-jwt": "3.3.4",
"guzzlehttp/guzzle": "^7.2",
"lcobucci/jwt": "dev-3.3-php8-compatibility#daa6aff67a22bf737504143ae55a6913d9ff484d",
"psr/simple-cache": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/API/Helpers/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class ApiClient
{

const API_VERSION = '7.6.0';
const API_VERSION = '7.6.1';

/**
* Flag to turn telemetry headers off.
Expand Down

0 comments on commit 1149c43

Please sign in to comment.