From 26d6cf5e43842e6678b764a61a00d94f0afc6127 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=99=BD=E4=BF=8A=E9=81=A5?= <baijunyao@baijunyao.com>
Date: Thu, 8 Jun 2017 15:07:56 +0800
Subject: [PATCH] Using version 0.9.7 of phpQuery-single
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

使用0.9.7版本的phpQuery-single以解决phpQuery.php文件中因写错hltml造成的错误;
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 0ef1c63..826017f 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
     "homepage": "http://querylist.cc",
     "require": {
         "PHP":">=5.3.0",
-        "jaeger/phpquery-single": "^0.9.5"
+        "jaeger/phpquery-single": "^0.9.7"
     },
     "license": "MIT",
     "authors": [