any ideas please?
[root@vodeoo a2billing]# php composer.phar update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package adodb/adodb-php could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
composer.json
{
"name": "start2billing/a2billing",
"description": "Phone billing system based on PHP",
"autoload": {
"psr-4": {
"": "src/"
}
},
"require": {
"php": ">=5.3.0",
"adodb/adodb-php": "dev-master",
"smarty/smarty": "3.*"
},
"license": "AGPL",
"authors": [
{
"name": "Areski Belaid",
"email": "
[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable" : true,
"require-dev": {
"phpunit/phpunit": "4.7.*"
}
}