Skip to content

Commit

Permalink
Update phery.jquery.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pocesar authored Jun 28, 2016
1 parent 9d82aa2 commit 84e9475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phery.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"phery",
"version":"2.7.2",
"version":"2.7.4",
"title":"Phery.js PHP Ajax",
"author":{
"name":"Paulo Cesar",
Expand All @@ -13,7 +13,7 @@
}
],
"dependencies":{
"jquery":">=1.8"
"jquery":">=1.8 <3"
},
"description":"The bridge from jQuery to PHP, and vice-versa through AJAX. Using event delegation, forms and links can call PHP functions with only some data-* attributes, and perform RESTful requests using GET, POST, PUT, DELETE without any manual event binding, everything just works. You can also render partial views using ajax, loading only parts of the page. This plugin also allows you to upload files using AJAX on good browsers and IE10",
"keywords":["ajax", "event", "unobtrusive", "fileupload", "php", "form", "serialization", "partial", "REST","upload","FormData","jquery","dom","html5","json"],
Expand Down

0 comments on commit 84e9475

Please sign in to comment.