Skip to content

Commit

Permalink
Last "safe" version (php-parser v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Feb 20, 2024
1 parent cd03bf3 commit 5281340
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Removed

# 4.31.0 (20 February 2024)
Last version with support for nikic/php-parser v4

# 4.29.0 (29 December 2023)
## Added
- **More external UIs**: [Stoplight Elements](https://github.com/stoplightio/elements) [#780](https://github.com/knuckleswtf/scribe/pull/780)
Expand Down
2 changes: 1 addition & 1 deletion src/Scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Scribe
{
public const VERSION = '4.29.0';
public const VERSION = '4.31.0';

/**
* Specify a callback that will be executed just before a response call is made
Expand Down

0 comments on commit 5281340

Please sign in to comment.