Sha256: 2bd06b393499feb1b02613d33033d03888f3ef7a5399bc4c74bc5524921eba00

Contents?: true

Size: 778 Bytes

Versions: 1

Compression:

Stored size: 778 Bytes

Contents

#
# This file was ported to ruby from Composer php source code.
#
# Original Source: Composer\Package\Loader\ArrayLoader.php
# Ref SHA: a1427d7fd626d4308c190a267dd7a993f87c6a2a
#
# (c) Nils Adermann <naderman@naderman.de>
#     Jordi Boggiano <j.boggiano@seld.be>
#
# For the full copyright and license information, please view the LICENSE
# file that was distributed with this source code.
#

module Composer
  module Package
    module Loader
      class HashLoader

        # on_load ::Composer::Package::RootPackage do |config, package|
        #
        #   if config.key?('minimum-stabitily')
        #     package.minimum_stability = config['minimum-stability']
        #   end
        #
        # end

        attr_loader :minimum_stability

      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
php-composer-1.0.0.pre.alpha11 lib/composer/package/loader/hash_loader/root_package_attribute_loaders.rb