feat: Add PHP version module (#244)

This commit is contained in:
Stephen Ball
2019-12-05 18:04:27 +00:00
committed by Matan Kushner
parent 78ca70a517
commit 46904e5045
10 changed files with 191 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ pub mod memory_usage;
pub mod nix_shell;
pub mod nodejs;
pub mod package;
pub mod php;
pub mod python;
pub mod ruby;
pub mod rust;