Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 6b83fa2

Browse files
committed
Repository version updated and the minimum required PHP version
1 parent 43aee58 commit 6b83fa2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"keywords": [
77
"Request",
88
"HTTP methods",
9-
" GET",
10-
" POST",
9+
"GET",
10+
"POST",
1111
"PUT",
1212
"DELETE",
1313
"AJAX",
@@ -42,4 +42,4 @@
4242
"dev-master": "1.0-dev"
4343
}
4444
}
45-
}
45+
}

tests/RequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ public static function testIsAjax() {
182182

183183
var_dump(Request::isAjax());
184184
}
185-
}
185+
}

0 commit comments

Comments
 (0)