Skip to content

Commit 418a484

Browse files
committed
Removes version constants, closes #5
1 parent 4463be8 commit 418a484

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/PsrHttpAdapterInterface.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@
1919
*/
2020
interface PsrHttpAdapterInterface
2121
{
22-
const VERSION = '0.1.0-DEV';
23-
const VERSION_ID = '00100';
24-
const MAJOR_VERSION = '0';
25-
const MINOR_VERSION = '1';
26-
const PATCH_VERSION = '0';
27-
const EXTRA_VERSION = 'DEV';
28-
2922
/**
3023
* Sends a PSR request
3124
*

0 commit comments

Comments
 (0)