Skip to content

Commit

Permalink
-- bumped version to 0.1.3.1
Browse files Browse the repository at this point in the history
-- updated php version dependency
  • Loading branch information
andrewwallace committed Sep 3, 2023
1 parent ad24533 commit bd5d758
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.0 || ^8.0",
"php": "^7.0 || ^8.0 || ^8.1 || ^8.2",
"guzzlehttp/guzzle": ">=7.7"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
class ConfigProvider
{

const VERSION = "0.0.6";
const VERSION = "0.1.3.1";

/**
* Returns the configuration array
Expand Down
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
class Module
{

const VERSION = "0.1.3";
const VERSION = "0.1.3.1";
public function getConfig()
{
return include __DIR__ . '/../config/module.config.php';
Expand Down

0 comments on commit bd5d758

Please sign in to comment.