1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

Merge pull request #568 from github/bumphp

Bump tree-sitter-php to 0.5.0.0.
This commit is contained in:
Patrick Thomson 2020-06-09 12:05:54 -04:00 committed by GitHub
commit dfd60a47a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

@ -32,7 +32,7 @@ common haskell
, template-haskell ^>= 2.15
, text ^>= 1.2.3
, tree-sitter ^>= 0.9
, tree-sitter-php ^>= 0.4.0.0
, tree-sitter-php ^>= 0.5.0.0
ghc-options:
-Weverything

View File

@ -165,7 +165,6 @@ instance ToTags PHP.NamespaceUseClause
instance ToTags PHP.NamespaceUseDeclaration
instance ToTags PHP.NamespaceUseGroup
instance ToTags PHP.NamespaceUseGroupClause
instance ToTags PHP.NewVariable
instance ToTags PHP.Null
instance ToTags PHP.ObjectCreationExpression
instance ToTags PHP.OptionalType

View File

@ -293,7 +293,7 @@ library
, tree-sitter-go ^>= 0.5.0.0
, tree-sitter-java ^>= 0.7.0.0
, tree-sitter-json ^>= 0.7.0.0
, tree-sitter-php ^>= 0.4.0.0
, tree-sitter-php ^>= 0.5.0.0
, tree-sitter-python ^>= 0.9.0.1
, tree-sitter-ql ^>= 0.1.0.1
, tree-sitter-ruby ^>= 0.5.0.0