From e3fd39bd93a9f4cae7d41f8a90baece6ba6642f7 Mon Sep 17 00:00:00 2001 From: aterrien Date: Sun, 12 Oct 2014 16:56:04 +0200 Subject: [PATCH] moves files under ext/ --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 53690c7..bc3bc1e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name" : "aterrien/forp-profiler", - "version" : "1.1.1", + "version" : "1.1.0", "description" : "A PHP profiler written in C. forp is a lightweight PHP extension which provides the full call stack of your script, with CPU and memory usage, in a plain PHP Array or JSON output.", "homepage" : "https://github.com/aterrien/forp-PHP-profiler", "keywords" : [ "php", "profiler", "benchmark", "quality" ],