Skip to content

Commit c290918

Browse files
Update composer.json
php namespaces introduced in PHP 5.3 version http://php.net/manual/en/language.namespaces.basics.php
1 parent 7c8a4b0 commit c290918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.2.4",
16-
"sentry/sentry": "*",
15+
"php": ">=5.3.3",
16+
"sentry/sentry": "0.*",
1717
"symfony/symfony": ">=2.2.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)