Skip to content

Commit

Permalink
Version 3.0 - Full design rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Apr 4, 2019
1 parent 198b532 commit 1831223
Show file tree
Hide file tree
Showing 108 changed files with 3,121 additions and 4,990 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.idea
vendor
composer.lock
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: php

php:
- 7.1
- '7.2'
- '7.3'

before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
- travis_retry composer global require hirak/prestissimo
- travis_retry composer install --no-interaction --dev
- travis_retry phpenv rehash

script:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Benoit POLASZEK
Copyright (c) 2019 Benoit POLASZEK

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 1831223

Please sign in to comment.