Skip to content

Commit

Permalink
docs(php): mark php as ga
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Feb 13, 2024
1 parent a40d59a commit f678c72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<br /><br />
Bearer CLI is a static application security testing (SAST) tool that scans your source code and analyzes your data flows to discover, filter and prioritize security and privacy risks.
<br /><br />
Currently supporting: <strong>JavaScript/TypeScript</strong> (GA), <strong>Ruby</strong> (GA), <strong>Java</strong> (Beta), <strong>PHP</strong> (Beta), <strong>Go</strong> (Beta), <strong>Python</strong> (Alpha) - <a href="https://docs.bearer.com/reference/supported-languages/">Learn more</a>
Currently supporting: <strong>JavaScript/TypeScript</strong> (GA), <strong>Ruby</strong> (GA), <strong>PHP</strong> (GA), <strong>Java</strong> (Beta), <strong>Go</strong> (Beta), <strong>Python</strong> (Alpha) - <a href="https://docs.bearer.com/reference/supported-languages/">Learn more</a>

<br /><br />

Expand Down Expand Up @@ -259,15 +259,15 @@ Bearer CLI currently supports:
<table>
<tr>
<td>GA</td>
<td>JavaScript/TypeScript, Ruby</td>
<td>JavaScript/TypeScript, Ruby, PHP</td>
</tr>
<tr>
<td>Beta</td>
<td>Java, PHP</td>
<td>Java, Go</td>
</tr>
<tr>
<td>Alpha</td>
<td>Go, Python</td>
<td>Python</td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/supported-languages.njk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ supportChart:
rules: true
searchName: lang-php
searchTerm: php_
status: Beta
status: GA
go:
name: Go
frameworks:
Expand Down

0 comments on commit f678c72

Please sign in to comment.