diff --git a/composer.json b/composer.json index d00ddea..f5c1eb2 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,10 @@ "name": "Pádraic Brady", "email": "padraic.brady@gmail.com", "homepage": "http://blog.astrumfutura.com" + }, + { + "name": "Théo Fidry", + "email": "theo.fidry@gmail.com" } ], diff --git a/src/function.php b/src/function.php index 4badafc..4b582a7 100644 --- a/src/function.php +++ b/src/function.php @@ -13,7 +13,7 @@ function humbug_get_contents($filename, $use_include_path = false, $context = null) { @trigger_error( - 'humbug_get_contents() is deprecated since 1.1.0 and will be removed in 4.0.0. Use ' + 'humbug_get_contents() is deprecated since 1.1.0 and will be removed in 2.0.0. Use ' .'Humbug/get_contents() instead.', E_USER_DEPRECATED ); @@ -26,7 +26,7 @@ function humbug_get_contents($filename, $use_include_path = false, $context = nu function humbug_get_headers() { @trigger_error( - 'humbug_get_headers() is deprecated since 1.1.0 and will be removed in 4.0.0. Use ' + 'humbug_get_headers() is deprecated since 1.1.0 and will be removed in 2.0.0. Use ' .'Humbug/get_headers() instead.', E_USER_DEPRECATED ); @@ -39,7 +39,7 @@ function humbug_get_headers() function humbug_set_headers(array $headers) { @trigger_error( - 'humbug_set_headers() is deprecated since 1.1.0 and will be removed in 4.0.0. Use ' + 'humbug_set_headers() is deprecated since 1.1.0 and will be removed in 2.0.0. Use ' .'Humbug/get_headers() instead.', E_USER_DEPRECATED );