Browse Source

minimum version ought to be 5.6 as it is the oldest version still being supported by The PHP Group

pull/86/head
Chris 8 years ago
parent
commit
bf3000c467
  1. 2
      composer.json

2
composer.json

@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=4"
"php": ">=5.6"
},
"scripts": {
"serve": ["@php -S localhost:29896 bibtexbrowser.php"]

Loading…
Cancel
Save