This website works better with JavaScript
Home
Explore
Help
Sign In
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
set the right version of PHP for Composer
Gjero Krsteski
11 years ago
parent
017ae5d2dc
commit
05ad62bac1
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
php-pimf/pimf-framework/composer.json
+ 1
- 1
php-pimf/pimf-framework/composer.json
View File
@@ -20,6 +20,6 @@
}
}
],
],
"require" : {
"require" : {
- "php" : ">
5.2
"
+ "php" : ">
=5.3
"
}
}
}
}