Skip to content

Commit

Permalink
Merge pull request #135 from WyriHaximus/create-pull-request/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus authored Nov 19, 2024
2 parents 3ac3b3a + 5fcdcbb commit d3ffa0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

final class Versions
{
const FUTURE = '9.456.489';
const CURRENT = '8.504.526';
const ACTUAL = '8.3.14';
const FUTURE = '9.476.456';
const CURRENT = '8.524.504';
const ACTUAL = '8.4.0';
}
6 changes: 3 additions & 3 deletions src/versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

namespace WyriHaximus\FakePHPVersion;

const FUTURE = '9.456.489';
const CURRENT = '8.504.526';
const ACTUAL = '8.3.14';
const FUTURE = '9.476.456';
const CURRENT = '8.524.504';
const ACTUAL = '8.4.0';

0 comments on commit d3ffa0a

Please sign in to comment.