I’m trying to fork a project and I’m getting an error because the Openzeppelin contracts downloaded off github are new and they have a minimum limit of greater or equal to solc 0.6.0 yet the contracts in my code require much older versions around solc 0.5.0.
Error: Error: Truffle is currently using solc ^0.5.0, but one or more of your contracts specify “pragma solidity >=0.6.0 <0.8.0”.