Skip to content

Commit

Permalink
Add tests for PHP 8 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
yondifon committed Sep 7, 2021
1 parent a019702 commit ac1e736
Showing 1 changed file with 29 additions and 23 deletions.
52 changes: 29 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
{
"name": "malico/mobile-cm-php",
"description": "Get Telephone number's Mobile Network",
"license": "MIT",
"archive": {
"exclude": [
"tests"
]
},
"authors": [
{
"name": "Malico",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Malico\\MobileCM\\": "src/"
}
},
"minimum-stability": "dev",
"require-dev": {
"pestphp/pest": "1.x-dev"
}
"name": "malico/mobile-cm-php",
"description": "Get Telephone number's Mobile Network",
"license": "MIT",
"archive": {
"exclude": [
"tests"
]
},
"authors": [
{
"name": "Malico",
"email": "[email protected]"
}
],
"scripts": {
"test": [
"php7.4 ./vendor/bin/pest",
"php8.0 ./vendor/bin/pest"
]
},
"autoload": {
"psr-4": {
"Malico\\MobileCM\\": "src/"
}
},
"minimum-stability": "dev",
"require-dev": {
"pestphp/pest": "1.x-dev"
}
}

0 comments on commit ac1e736

Please sign in to comment.