Skip to content

Commit

Permalink
Merge pull request #138 from WyriHaximus/create-pull-request/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus authored Jan 15, 2025
2 parents fa6c388 + c24a6b3 commit c971af4
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.500.502';
const CURRENT = '8.552.548';
const ACTUAL = '8.4.2';
const FUTURE = '9.508.512';
const CURRENT = '8.568.561';
const ACTUAL = '8.4.3';
}
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.500.502';
const CURRENT = '8.552.548';
const ACTUAL = '8.4.2';
const FUTURE = '9.508.512';
const CURRENT = '8.568.561';
const ACTUAL = '8.4.3';

0 comments on commit c971af4

Please sign in to comment.