Skip to content

Commit

Permalink
Add package conflicting back with giggsey/libphonenunber-for-php
Browse files Browse the repository at this point in the history
Any giggsey/libphonenumber-for-php version above 8.13.35 will replace giggsey/libphonenumber-for-php-lite. But older versions won't, so we need to implicitly conflict with them.

See #53
  • Loading branch information
giggsey committed Apr 10, 2024
1 parent 8daadbd commit 973240c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
"phpunit/phpunit": "^9.5.26",
"symfony/console": "^6.0"
},
"conflict": {
"giggsey/libphonenumber-for-php": "<8.13.35"
},
"suggest": {
"giggsey/libphonenumber-for-php": "Use libphonenumber-for-php for geocoding, carriers, timezones and matching"
},
Expand Down

0 comments on commit 973240c

Please sign in to comment.