瀏覽代碼

Last "safe" version (php-parser v4)

Shalvah 1 年之前
父節點
當前提交
528134062e
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 3 - 0
CHANGELOG.md

@@ -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)

+ 1 - 1
src/Scribe.php

@@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\Request;
 
 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