picqer / php-barcode-generator

Barcode generator in PHP that is easy to use, non-bloated and framework independent.
GNU Lesser General Public License v3.0
1.67k stars 402 forks source link

Not supporting PHP 8.1.3 #156

Closed arpan9477 closed 2 years ago

arpan9477 commented 2 years ago

My PHP version is 8.1.3. This is not supportive when I am trying to install it by the composer. Giving this error: nette/schema v1.2.1 requires php >=7.1 <8.1 -> your php version (8.1.3) does not satisfy that requirement.

casperbakker commented 2 years ago

The package nette/schema is not used by this library. So it should be something else in your project that needs that package.

With the command composer why nette/schema you can find out why that package is included.