Skip to content

Commit

Permalink
add php8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jlabno committed Jun 24, 2022
1 parent 7d24f51 commit 433bcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Annotated methods scanner

Scanner looks for methods annotated with provided annotations, outputs an array of either filepaths or directories.

[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg)](https://php.net/)
[![Latest Stable Version](http://poser.pugx.org/jlabno/annotations-scanner/v)](https://packagist.org/packages/jlabno/annotations-scanner) [![Total Downloads](http://poser.pugx.org/jlabno/annotations-scanner/downloads)](https://packagist.org/packages/jlabno/annotations-scanner) [![Latest Unstable Version](http://poser.pugx.org/jlabno/annotations-scanner/v/unstable)](https://packagist.org/packages/jlabno/annotations-scanner) [![License](http://poser.pugx.org/jlabno/annotations-scanner/license)](https://packagist.org/packages/jlabno/annotations-scanner) [![PHP Version Require](http://poser.pugx.org/jlabno/annotations-scanner/require/php)](https://packagist.org/packages/jlabno/annotations-scanner)

Installation
------------
Expand Down

0 comments on commit 433bcb1

Please sign in to comment.