Skip to content

Commit

Permalink
Increment to version 1.2.0 w/ PHP 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyM84 committed Aug 11, 2023
1 parent f633b98 commit 12a5b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stoic/stoic",
"description": "Stoic framework Core component",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://stoic-framework.com",
"autoload": {
"psr-0": {
Expand All @@ -19,7 +19,7 @@
]
},
"require": {
"php": ">=8.0",
"php": ">=8.2",
"psr/log": "^1.0.0"
},
"require-dev": {
Expand Down

0 comments on commit 12a5b94

Please sign in to comment.