Skip to content

Commit

Permalink
Merge pull request #3 from achrafjdily/main
Browse files Browse the repository at this point in the history
Add php 8 support
  • Loading branch information
mouadziani authored Oct 6, 2021
2 parents 367bebb + fa3f711 commit cf88691
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
],
"homepage": "https://github.com/mouadziani/laravel-mercanet",
"license": "MIT",
"authors": [
{
"name": "MouadZIANI",
"email": "mouad.ziani1997@gmail.com",
"role": "Developer"
}
],
"authors": [{
"name": "MouadZIANI",
"email": "mouad.ziani1997@gmail.com",
"role": "Developer"
}],
"require": {
"php": "^7.4.0",
"php": "^7.4.0|^8.0",
"spatie/laravel-package-tools": "^1.4.3",
"illuminate/contracts": "^8.37"
},
Expand Down Expand Up @@ -55,4 +53,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit cf88691

Please sign in to comment.